diff --git a/hosts/sisyphe/configuration.nix b/hosts/sisyphe/configuration.nix index 76f7b3e..3bb205c 100644 --- a/hosts/sisyphe/configuration.nix +++ b/hosts/sisyphe/configuration.nix @@ -84,11 +84,6 @@ }; nix.settings.auto-optimise-store = 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; - # This option defines the first version of NixOS you have installed on this particular machine, # and is used to maintain compatibility with application data (e.g. databases) created on older NixOS versions. #