nixos/perlless: remove redundant system.switch.enableNg

This is now on by default.
This commit is contained in:
Emily 2024-09-05 06:49:53 +01:00
parent 73f34448ca
commit 866a8e220c

View File

@ -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;