Typo removed some comments

This commit is contained in:
Geir Okkenhaug Jerstad 2024-12-04 13:34:36 +01:00
parent 85c79e45a8
commit ae5a96ecb4

View file

@ -222,13 +222,9 @@
networking.firewall.allowedUDPPorts = [ 22 ]; networking.firewall.allowedUDPPorts = [ 22 ];
networking.firewall.enable = true; networking.firewall.enable = true;
# Copy the NixOS configuration file and link it from the resulting system system.copySystemConfiguration = true;
# (/run/current-system/configuration.nix). This is useful in case you
# accidentally delete configuration.nix.
# system.copySystemConfiguration = true;
# For more information, see `man configuration.nix` or https://nixos.org/manual/nixos/stable/options#opt-system.stateVersion . system.stateVersion = "23.11";
system.stateVersion = "23.11"; # Did you read the comment?
} }