We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4427f54 commit b779eb8Copy full SHA for b779eb8
non-critical-infra/hosts/staging-hydra/hydra.nix
@@ -24,8 +24,11 @@ in
24
dates = "03,09,15,21:15";
25
};
26
27
- # gc outputs as well, since they are served from the cache
28
- nix.settings.gc-keep-outputs = lib.mkForce false;
+ nix.settings = {
+ # gc outputs as well, since they are served from the cache
29
+ gc-keep-outputs = lib.mkForce false;
30
+ allowed-users = [ "hydra-www" ];
31
+ };
32
33
# Don't rate-limit the journal.
34
services.journald.rateLimitBurst = 0;
0 commit comments