···3030 # Copy the NixOS configuration file and link it from the resulting system
3131 # (/run/current-system/configuration.nix). This is useful in case you
3232 # accidentally delete configuration.nix.
3333- system.copySystemConfiguration = true;
3333+ #system.copySystemConfiguration = true;
34343535 # Automatic doc cache generation
3636 documentation.man.generateCaches = true;