fixup permissions

This commit is contained in:
Tim Schubert 2022-10-08 18:00:01 +02:00
parent f65d24bf1e
commit 502171ec57
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -18,7 +18,11 @@ in
services.logind.lidSwitch = "ignore";
age.secrets.${hydraGitHubAuth}.file = "${secretsPath}/${hydraGitHubAuth}.age";
age.secrets.${hydraGitHubAuth} = {
file = "${secretsPath}/${hydraGitHubAuth}.age";
owner = "hydra-www";
group = "hydra";
};
services.hydra = {
enable = true;