A fork of attic a self-hostable Nix Binary Cache server
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

nixos: use configured user in admin wrapper (#79)

authored by

ajs124 and committed by
GitHub
b43d1208 f4cf5704

+1 -1
+1 -1
nixos/atticd.nix
··· 43 43 --service-type=exec \ 44 44 --property=EnvironmentFile=${cfg.credentialsFile} \ 45 45 --property=DynamicUser=yes \ 46 - --property=User=atticd \ 46 + --property=User=${cfg.user} \ 47 47 --property=Environment=ATTICADM_PWD=$(pwd) \ 48 48 --working-directory / \ 49 49 -- \