This commit is contained in:
2026-01-23 00:29:24 -05:00
parent a766e67fec
commit 47cc12f4ed
5 changed files with 13 additions and 5 deletions

View File

@@ -100,7 +100,10 @@
music_dir = "/${zpool_ssds}/music";
media_group = "media";
cpu_arch = "znver3";
ports = {
http = 80;
https = 443;
jellyfin = 8096; # no services.jellyfin option for this
torrent = 6011;
@@ -114,6 +117,7 @@
syncthing_gui = 8384;
syncthing_protocol = 22000;
syncthing_discovery = 21027;
minecraft = 25565;
};
https = {
@@ -175,7 +179,7 @@
targetPlatform = system;
buildPlatform = builtins.currentSystem;
};
lib = import ./modules/lib.nix { inherit inputs pkgs; };
lib = import ./modules/lib.nix { inherit inputs pkgs service_configs; };
in
{
formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixfmt-tree;