Files
nixos/system/recovery.nix
T
2025-05-19 17:53:19 -05:00

7 lines
245 B
Nix

{ ... }: {
# 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;
}