modules/nixos/hydra: remove secret

This commit is contained in:
zowoq 2023-11-21 15:13:05 +10:00
parent 1c8516f183
commit 78a1f03f2e

View file

@ -20,16 +20,11 @@
sops.secrets.hydra-admin-password.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 = [
"https://github.com/nix-community/"
"https://github.com/NixOS/"
];
sops.secrets.id_buildfarm = { };
# delete build logs older than 30 days
systemd.services.hydra-delete-old-logs = {
startAt = "Sun 05:45";