nixos

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 7a74642be1bf2e06de89f97541f5935220c6eb24
parent 5c372edd62c2e4d90ce7e3bb57775388435e96d3
Author: Toni Brown <me@tb148.net>
Date:   Mon,  8 Dec 2025 13:32:44 +0800

Disable system copy of configuration.nix

Diffstat:
Mconfiguration.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configuration.nix b/configuration.nix @@ -173,7 +173,7 @@ # 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; + # 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.