feat: Updated nixpkgs
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{...}: {
|
||||
imports = [
|
||||
# ./games
|
||||
./games
|
||||
# ./headscale.nix
|
||||
# ./llama.nix
|
||||
# ./monitoring.nix
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
imports = [
|
||||
# ./minecraft.nix
|
||||
# ./satisfactory.nix
|
||||
# ./terraria.nix
|
||||
./terraria.nix
|
||||
];
|
||||
}
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
{...}: {
|
||||
services.terraria = {
|
||||
enable = true;
|
||||
# port = 7777;
|
||||
autoCreatedWorldSize = "large";
|
||||
secure = true;
|
||||
openFirewall = true;
|
||||
password = "foobar12";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
{config, ...}: {
|
||||
{
|
||||
config,
|
||||
masterPkgs,
|
||||
...
|
||||
}: {
|
||||
services = {
|
||||
prowlarr = {
|
||||
enable = true;
|
||||
@@ -9,6 +13,7 @@
|
||||
};
|
||||
# server.port = 9696;
|
||||
};
|
||||
package = masterPkgs.prowlarr;
|
||||
};
|
||||
};
|
||||
services.caddy.virtualHosts."prowlarr.darksailor.dev".extraConfig = ''
|
||||
|
||||
Reference in New Issue
Block a user