hydra: increase cache time
This commit is contained in:
parent
38a2b135f0
commit
6c7f6bd789
2 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
|||
{ lib, pkgs, ... }: {
|
||||
kyouma.deployment.auto-upgrade.cache = "daemon";
|
||||
nix.gc.options = lib.mkForce "--delete-older-than 30d";
|
||||
nix.settings = {
|
||||
trusted-users = [ "nix-ssh" ];
|
||||
#system-features = [ "nixos-test" "benchmark" "big-parallel" "kvm" ] ++ lib.optionals pkgs.hostPlatform.isx86_64 [ "gccarch-x86-64-v3" ];
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "gccarch-x86-64" "gccarch-x86-64-v2" "gccarch-x86-64-v3" ];
|
||||
sshKey = config.sops.secrets."services/hydra/id_ed25519_hydra".path;
|
||||
});
|
||||
nix.gc.options = lib.mkForce "--delete-older-than 90d";
|
||||
nix.settings = {
|
||||
allowed-uris = [
|
||||
"github:"
|
||||
|
|
Loading…
Reference in a new issue