diff --git a/workstation/configuration.nix b/workstation/configuration.nix index ea41b3e..21b18c3 100644 --- a/workstation/configuration.nix +++ b/workstation/configuration.nix @@ -222,13 +222,9 @@ networking.firewall.allowedUDPPorts = [ 22 ]; networking.firewall.enable = true; - # Copy the NixOS configuration file and link it from the resulting system - # (/run/current-system/configuration.nix). This is useful in case you - # accidentally delete configuration.nix. - # system.copySystemConfiguration = true; + 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"; # Did you read the comment? + system.stateVersion = "23.11"; }