Skip to content

Commit

Permalink
Update nixos/common/default.nix
Browse files Browse the repository at this point in the history
Co-authored-by: zowoq <[email protected]>
  • Loading branch information
Mic92 and zowoq authored Dec 5, 2024
1 parent 04d6a72 commit a896ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/common/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

# Create users with https://github.com/nikstur/userborn rather than our perl script.
# Don't enable if we detect impermanence, which is not compatible with it: https://github.com/nix-community/impermanence/pull/223
services.userborn.enable = lib.mkIf (options.environment ? persistence) (lib.mkDefault true);
services.userborn.enable = lib.mkIf (!options.environment ? persistence) (lib.mkDefault true);

# Use systemd during boot as well except:
# - systems with raids as this currently require manual configuration: https://github.com/NixOS/nixpkgs/issues/210210
Expand Down

0 comments on commit a896ca6

Please sign in to comment.