We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04d6a72 commit a896ca6Copy full SHA for a896ca6
nixos/common/default.nix
@@ -22,7 +22,7 @@
22
23
# Create users with https://github.com/nikstur/userborn rather than our perl script.
24
# Don't enable if we detect impermanence, which is not compatible with it: https://github.com/nix-community/impermanence/pull/223
25
- services.userborn.enable = lib.mkIf (options.environment ? persistence) (lib.mkDefault true);
+ services.userborn.enable = lib.mkIf (!options.environment ? persistence) (lib.mkDefault true);
26
27
# Use systemd during boot as well except:
28
# - systems with raids as this currently require manual configuration: https://github.com/NixOS/nixpkgs/issues/210210
0 commit comments