From ae5a96ecb49d9d3af18d3a604f26120c59088b9a Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Wed, 4 Dec 2024 13:34:36 +0100 Subject: [PATCH] Typo removed some comments --- workstation/configuration.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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"; }