nixos/perlless: remove redundant system.switch.enableNg
This is now on by default.
This commit is contained in:
parent
73f34448ca
commit
866a8e220c
@ -2,13 +2,6 @@
|
||||
|
||||
{
|
||||
|
||||
# switch-to-configuration-ng reimplements switch-to-configuration, but
|
||||
# without perl.
|
||||
system.switch = lib.mkDefault {
|
||||
enable = false;
|
||||
enableNg = true;
|
||||
};
|
||||
|
||||
# Remove perl from activation
|
||||
boot.initrd.systemd.enable = lib.mkDefault true;
|
||||
system.etc.overlay.enable = lib.mkDefault true;
|
||||
|
Loading…
Reference in New Issue
Block a user