Skip to content

Commit

Permalink
nixos: use configured user in admin wrapper (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajs124 authored Aug 16, 2023
1 parent f4cf570 commit b43d120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/atticd.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 / \
-- \
Expand Down

0 comments on commit b43d120

Please sign in to comment.