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 Sep 7, 2024
1 parent cdfc408 commit dcb70a7
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 dcb70a7

Please sign in to comment.