From 866a8e220c20d46cfd25417dd2645de44464d5d2 Mon Sep 17 00:00:00 2001 From: Emily Date: Thu, 5 Sep 2024 06:49:53 +0100 Subject: [PATCH] nixos/perlless: remove redundant `system.switch.enableNg` This is now on by default. --- nixos/modules/profiles/perlless.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/nixos/modules/profiles/perlless.nix b/nixos/modules/profiles/perlless.nix index cb98895743d5..c331a9088267 100644 --- a/nixos/modules/profiles/perlless.nix +++ b/nixos/modules/profiles/perlless.nix @@ -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;