feat: Updated nixpkgs

This commit is contained in:
uttarayan21
2025-12-12 18:39:33 +05:30
parent ceddbd9132
commit 42dac8b4d2
9 changed files with 153 additions and 156 deletions

View File

@@ -1,6 +1,6 @@
{...}: {
imports = [
# ./games
./games
# ./headscale.nix
# ./llama.nix
# ./monitoring.nix

View File

@@ -2,6 +2,6 @@
imports = [
# ./minecraft.nix
# ./satisfactory.nix
# ./terraria.nix
./terraria.nix
];
}

View File

@@ -1,7 +1,9 @@
{...}: {
services.terraria = {
enable = true;
# port = 7777;
autoCreatedWorldSize = "large";
secure = true;
openFirewall = true;
password = "foobar12";
};
}

View File

@@ -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 = ''