modules/nixos/hydra: remove secret
This commit is contained in:
parent
1c8516f183
commit
78a1f03f2e
1 changed files with 0 additions and 5 deletions
|
@ -20,16 +20,11 @@
|
||||||
sops.secrets.hydra-admin-password.owner = "hydra";
|
sops.secrets.hydra-admin-password.owner = "hydra";
|
||||||
sops.secrets.hydra-users.owner = "hydra";
|
sops.secrets.hydra-users.owner = "hydra";
|
||||||
|
|
||||||
# hydra-queue-runner needs to read this key for remote building
|
|
||||||
sops.secrets.id_buildfarm.owner = "hydra-queue-runner";
|
|
||||||
|
|
||||||
nix.settings.allowed-uris = [
|
nix.settings.allowed-uris = [
|
||||||
"https://github.com/nix-community/"
|
"https://github.com/nix-community/"
|
||||||
"https://github.com/NixOS/"
|
"https://github.com/NixOS/"
|
||||||
];
|
];
|
||||||
|
|
||||||
sops.secrets.id_buildfarm = { };
|
|
||||||
|
|
||||||
# delete build logs older than 30 days
|
# delete build logs older than 30 days
|
||||||
systemd.services.hydra-delete-old-logs = {
|
systemd.services.hydra-delete-old-logs = {
|
||||||
startAt = "Sun 05:45";
|
startAt = "Sun 05:45";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue