HermitCollective.nix/system/nixos.nix

16 lines
347 B
Nix
Raw Normal View History

2024-03-06 09:25:15 +00:00
{
networking = {
hostName = "HermitCollective";
domain = "hermitcollective.net";
firewall.allowedTCPPorts = [ 22 80 443 8080 8181 1935 ];
};
security.acme = {
acceptTerms = true;
defaults.email = "hertog@fsfe.org";
};
# Hertog if you are wanting to change this don't oke? thanks
system.stateVersion = "23.05";
}