1
Fork 0
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:
RGBCube 2025-06-08 04:39:21 +03:00
parent 4baa790ca4
commit cb19202bb7
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -10,7 +10,7 @@ in {
secrets.nixServeKey = {
file = ./key.age;
owner = "nix-serve";
owner = "root"; # `nix-serve` runs as root.
};
services.nix-serve = enabled {