From 929cfbf0d4620892e6ad1231c32c9c7b8c9265c4 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 25 Dec 2025 19:30:17 +0100 Subject: ... --- system-profiles/core/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'system-profiles/core') diff --git a/system-profiles/core/default.nix b/system-profiles/core/default.nix index e5f9dc16..258dd32d 100644 --- a/system-profiles/core/default.nix +++ b/system-profiles/core/default.nix @@ -180,10 +180,7 @@ in { }; environment.systemPackages = with pkgs; [ git-annex scutiger ]; } - ] ++ (optional (options ? system.rebuild.enableNg) { - system.rebuild.enableNg = lib.mkDefault true; - }) - ++ (optional (options ? services.userborn) { + ] ++ (optional (options ? services.userborn) { services.userborn = { enable = lib.mkDefault true; passwordFilesLocation = lib.mkDefault "/var/lib/nixos"; -- cgit v1.2.3