nix-serve: DynamicUser makes key setup fragile
#137
Opened by tazjin at
The keys used by nix-serve (the cache.tvl.su thing) are in /etc/secrets
and should be owned by the service user, but since that is now dynamic it changes after restarts and the service ends up being unable to read them.
Should probably do something like create a systemd state directory for the service and put them in there.
Fixed in cl/4273
tazjin at 2022-01-14T21·10+00
- tazjin closed this issue at 2022-01-14T21·10+00