Skip to content

Commit e21d6f5

Browse files
committed
fix(staging-hydra): add hydra-www to allowed users
1 parent e676bbe commit e21d6f5

File tree

1 file changed

+5
-2
lines changed
  • non-critical-infra/hosts/staging-hydra

1 file changed

+5
-2
lines changed

non-critical-infra/hosts/staging-hydra/hydra.nix

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,11 @@ in
2424
dates = "03,09,15,21:15";
2525
};
2626

27-
# gc outputs as well, since they are served from the cache
28-
nix.settings.gc-keep-outputs = lib.mkForce false;
27+
nix.settings = {
28+
# gc outputs as well, since they are served from the cache
29+
gc-keep-outputs = lib.mkForce false;
30+
allowed-users = [ "hydra-www" ];
31+
};
2932

3033
# Don't rate-limit the journal.
3134
services.journald.rateLimitBurst = 0;

0 commit comments

Comments
 (0)