mirror of
https://github.com/RGBCube/ncc
synced 2025-07-28 02:27:44 +00:00
nix-serve: fix key user
This commit is contained in:
parent
4baa790ca4
commit
cb19202bb7
1 changed files with 1 additions and 1 deletions
2
hosts/best/cache/default.nix
vendored
2
hosts/best/cache/default.nix
vendored
|
@ -10,7 +10,7 @@ in {
|
|||
|
||||
secrets.nixServeKey = {
|
||||
file = ./key.age;
|
||||
owner = "nix-serve";
|
||||
owner = "root"; # `nix-serve` runs as root.
|
||||
};
|
||||
|
||||
services.nix-serve = enabled {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue