diff --git a/msdl/configuration.nix b/msdl/configuration.nix index ff1da12..253301a 100644 --- a/msdl/configuration.nix +++ b/msdl/configuration.nix @@ -84,11 +84,6 @@ recommendedTlsSettings = 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 last 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.