Fix for server config
This commit is contained in:
parent
d1facb3be7
commit
f24abf52e2
|
@ -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?
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user