copySystemConfiguration unsupported in flakes

This commit is contained in:
Joeri Exelmans 2025-10-02 15:14:56 +02:00
parent 53f8d8652f
commit 630ac45f7e

View file

@ -84,11 +84,6 @@
recommendedTlsSettings = true; recommendedTlsSettings = true;
}; };
# 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;
# This last option defines the first version of NixOS you have installed on this particular machine, # This last 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. # and is used to maintain compatibility with application data (e.g. databases) created on older NixOS versions.