Skip to content

Commit

Permalink
fix: take userborn into consideration
Browse files Browse the repository at this point in the history
  • Loading branch information
oluceps committed Oct 4, 2024
1 parent 8e4b9b4 commit ba12512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/age.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ with lib; let
sysusersEnabled =
if isDarwin
then false
else options.systemd ? sysusers && config.systemd.sysusers.enable;
else options.systemd ? sysusers && (config.systemd.sysusers.enable || config.services.userborn.enable);

mountCommand =
if isDarwin
Expand Down

0 comments on commit ba12512

Please sign in to comment.