From 827c5c092556ce87b492b173b10cf2c1fa0f0459 Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Sun, 3 May 2026 02:16:29 -0500 Subject: [PATCH] Remove copySystemConfiguration (don't need it anyway with flakes) --- base/system.nix | 4 ---- 1 file changed, 4 deletions(-) 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";