mirror of
https://github.com/ryantm/agenix.git
synced 2024-11-25 02:58:30 +03:00
fix: take userborn into consideration
This commit is contained in:
parent
e474aa1a4b
commit
5c17dedc81
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ with lib; let
|
||||||
sysusersEnabled =
|
sysusersEnabled =
|
||||||
if isDarwin
|
if isDarwin
|
||||||
then false
|
then false
|
||||||
else options.systemd ? sysusers && config.systemd.sysusers.enable;
|
else options.systemd ? sysusers && (config.systemd.sysusers.enable || config.services.userborn.enable);
|
||||||
|
|
||||||
mountCommand =
|
mountCommand =
|
||||||
if isDarwin
|
if isDarwin
|
||||||
|
|
Loading…
Reference in a new issue