forked from nrabulinski/attic
nixos: use configured user in admin wrapper (#79)
This commit is contained in:
parent
f4cf5704d6
commit
b43d12082e
|
@ -43,7 +43,7 @@ let
|
|||
--service-type=exec \
|
||||
--property=EnvironmentFile=${cfg.credentialsFile} \
|
||||
--property=DynamicUser=yes \
|
||||
--property=User=atticd \
|
||||
--property=User=${cfg.user} \
|
||||
--property=Environment=ATTICADM_PWD=$(pwd) \
|
||||
--working-directory / \
|
||||
-- \
|
||||
|
|
Loading…
Reference in a new issue