nixos

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

commit 5c372edd62c2e4d90ce7e3bb57775388435e96d3
parent 0859e9d95be3028b828578c96386e7bf6776b37d
Author: Toni Brown <me@tb148.net>
Date:   Mon,  8 Dec 2025 13:13:05 +0800

Enable system configuration copy on rebuild

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.