Remove copySystemConfiguration (don't need it anyway with flakes)

This commit is contained in:
2026-05-03 02:16:29 -05:00
parent 8bc8b3eada
commit 827c5c0925
-4
View File
@@ -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";