From ba907ef7b4f5962a11c20adb4036b6ddad26a000 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 22 Jun 2025 21:13:23 +0200 Subject: ... --- system-profiles/core/default.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'system-profiles/core') diff --git a/system-profiles/core/default.nix b/system-profiles/core/default.nix index 229a007e..e5f9dc16 100644 --- a/system-profiles/core/default.nix +++ b/system-profiles/core/default.nix @@ -180,13 +180,7 @@ in { }; environment.systemPackages = with pkgs; [ git-annex scutiger ]; } - ] ++ (optional (options ? system.switch.enableNg) { - system.switch = lib.mkDefault { - enable = false; - enableNg = true; - }; - }) - ++ (optional (options ? system.rebuild.enableNg) { + ] ++ (optional (options ? system.rebuild.enableNg) { system.rebuild.enableNg = lib.mkDefault true; }) ++ (optional (options ? services.userborn) { -- cgit v1.2.3