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 \
|
--service-type=exec \
|
||||||
--property=EnvironmentFile=${cfg.credentialsFile} \
|
--property=EnvironmentFile=${cfg.credentialsFile} \
|
||||||
--property=DynamicUser=yes \
|
--property=DynamicUser=yes \
|
||||||
--property=User=atticd \
|
--property=User=${cfg.user} \
|
||||||
--property=Environment=ATTICADM_PWD=$(pwd) \
|
--property=Environment=ATTICADM_PWD=$(pwd) \
|
||||||
--working-directory / \
|
--working-directory / \
|
||||||
-- \
|
-- \
|
||||||
|
|
Loading…
Reference in a new issue