Merge pull request #169303 from emccorson/fix/add-copy-system-config

nixos/tools: add copySystemConfiguration to configuration file template
This commit is contained in:
Linus Heckemann 2022-04-24 00:01:00 +02:00 committed by GitHub
commit c85bc19cdf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -206,6 +206,11 @@ in
# Or disable the firewall altogether.
# networking.firewall.enable = false;
# 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 value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave