this should be per host

This commit is contained in:
Squibid 2025-12-01 20:43:35 -05:00
parent 754e4c945e
commit 4c4b859ed0
Signed by: squibid
GPG key ID: BECE5684D3C4005D
3 changed files with 12 additions and 6 deletions

View file

@ -18,4 +18,10 @@
# ai.enable = true; # ai.enable = true;
jellyfin.enable = true; jellyfin.enable = true;
minecraft.enable = true; minecraft.enable = true;
# This value determines the NixOS release with which your system is to be
# compatible, in order to avoid breaking some software such as database
# servers. You should change this only after NixOS release notes say you
# should.
system.stateVersion = "25.05"; # Did you read the comment?
} }

View file

@ -16,4 +16,10 @@
privateKeyFile = config.sops.secrets."wireguard/crayon".path; privateKeyFile = config.sops.secrets."wireguard/crayon".path;
externalInterface = "enp1s0"; externalInterface = "enp1s0";
}; };
# This value determines the NixOS release with which your system is to be
# compatible, in order to avoid breaking some software such as database
# servers. You should change this only after NixOS release notes say you
# should.
system.stateVersion = "25.05"; # Did you read the comment?
} }

View file

@ -19,10 +19,4 @@
enable = true; enable = true;
dates = "weekly"; dates = "weekly";
}; };
# This value determines the NixOS release with which your system is to be
# compatible, in order to avoid breaking some software such as database
# servers. You should change this only after NixOS release notes say you
# should.
system.stateVersion = "25.05"; # Did you read the comment?
} }