diff --git a/base/system.nix b/base/system.nix index 4afbce0..7a961da 100644 --- a/base/system.nix +++ b/base/system.nix @@ -50,10 +50,6 @@ # Or disable the firewall altogether. # networking.firewall.enable = false; - # Copies and links NixOS config to /run/current-system/configuration.nix - # Case you nuke it. Idiot. - system.copySystemConfiguration = true; - # Don't touch. It's used for migration compatibility and should not change system.stateVersion = "25.11";