fixup permissions
This commit is contained in:
parent
f65d24bf1e
commit
502171ec57
1 changed files with 5 additions and 1 deletions
|
@ -18,7 +18,11 @@ in
|
||||||
|
|
||||||
services.logind.lidSwitch = "ignore";
|
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 = {
|
services.hydra = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue