Skip to content

Commit

Permalink
modules/nixos/hydra: remove secret
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Nov 23, 2023
1 parent 1c8516f commit 78a1f03
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions modules/nixos/hydra.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 78a1f03

Please sign in to comment.