diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-12-25 19:30:17 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-12-25 19:30:17 +0100 |
| commit | 929cfbf0d4620892e6ad1231c32c9c7b8c9265c4 (patch) | |
| tree | bdd54f8db8d1bfca5157ae0b95783314f4909518 /system-profiles/core/default.nix | |
| parent | ab1a8a443128ec38bf71b64c654e35f10216fd86 (diff) | |
| download | nixos-929cfbf0d4620892e6ad1231c32c9c7b8c9265c4.tar nixos-929cfbf0d4620892e6ad1231c32c9c7b8c9265c4.tar.gz nixos-929cfbf0d4620892e6ad1231c32c9c7b8c9265c4.tar.bz2 nixos-929cfbf0d4620892e6ad1231c32c9c7b8c9265c4.tar.xz nixos-929cfbf0d4620892e6ad1231c32c9c7b8c9265c4.zip | |
...flakes
Diffstat (limited to 'system-profiles/core/default.nix')
| -rw-r--r-- | system-profiles/core/default.nix | 5 |
1 files changed, 1 insertions, 4 deletions
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 { | |||
| 180 | }; | 180 | }; |
| 181 | environment.systemPackages = with pkgs; [ git-annex scutiger ]; | 181 | environment.systemPackages = with pkgs; [ git-annex scutiger ]; |
| 182 | } | 182 | } |
| 183 | ] ++ (optional (options ? system.rebuild.enableNg) { | 183 | ] ++ (optional (options ? services.userborn) { |
| 184 | system.rebuild.enableNg = lib.mkDefault true; | ||
| 185 | }) | ||
| 186 | ++ (optional (options ? services.userborn) { | ||
| 187 | services.userborn = { | 184 | services.userborn = { |
| 188 | enable = lib.mkDefault true; | 185 | enable = lib.mkDefault true; |
| 189 | passwordFilesLocation = lib.mkDefault "/var/lib/nixos"; | 186 | passwordFilesLocation = lib.mkDefault "/var/lib/nixos"; |
