Fix for server config

This commit is contained in:
Nathan Anderson 2024-03-17 22:16:55 -06:00
parent d1facb3be7
commit f24abf52e2

View File

@ -33,6 +33,7 @@ in
./modules/user/main_user.nix ./modules/user/main_user.nix
]; ];
config = {
# Enable flakes feature # Enable flakes feature
nix.settings.experimental-features = [ nix.settings.experimental-features = [
"nix-command" "flakes" "nix-command" "flakes"
@ -74,4 +75,5 @@ in
# networking.firewall.allowedUDPPorts = [ ... ]; # networking.firewall.allowedUDPPorts = [ ... ];
system.stateVersion = "23.11"; # Did you read the comment? system.stateVersion = "23.11"; # Did you read the comment?
};
} }