hydra: remove ssh://localhost which no longer works

This commit is contained in:
Sandro - 2022-09-21 19:52:41 +02:00
parent 96df38bd7b
commit 959b3d00b7
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 8 additions and 17 deletions

View File

@ -61,25 +61,16 @@
allowed-uris = http:// https:// ssh:// allowed-uris = http:// https:// ssh://
builders-use-substitutes = true builders-use-substitutes = true
experimental-features = ca-derivations nix-command flakes experimental-features = ca-derivations nix-command flakes
extra-platforms = riscv64-linux
''; '';
trustedUsers = [ "hydra" "root" ]; trustedUsers = [ "hydra" "root" ];
buildMachines = [{ buildMachines = [{
hostName = "localhost"; hostName = "client@dacbert.hq.c3d2.de";
system = lib.concatStringsSep "," ([ system = lib.concatStringsSep "," [
pkgs.system "aarch64-linux" "armv6l-linux" "armv7l-linux"
"i686-linux" ];
"riscv64-linux" supportedFeatures = [ "kvm" "nixos-test" ];
]); maxJobs = 1;
# ] ++ config.boot.binfmt.emulatedSystems);
supportedFeatures = [ "big-parallel" "benchmark" "kvm" "nixos-test" ];
inherit (config.nix) maxJobs;
} {
hostName = "client@dacbert.hq.c3d2.de";
system = lib.concatStringsSep "," [
"aarch64-linux" "armv6l-linux" "armv7l-linux"
];
supportedFeatures = [ "kvm" "benchmark" "nixos-test" ];
maxJobs = 1;
}]; }];
daemonCPUSchedPolicy = "idle"; daemonCPUSchedPolicy = "idle";
@ -146,8 +137,8 @@
MemoryMax = "64G"; MemoryMax = "64G";
MemorySwapMax = "64G"; MemorySwapMax = "64G";
}; };
nix-daemon.serviceConfig = { nix-daemon.serviceConfig = {
LimitNOFILE = lib.mkForce 8192;
CPUWeight = 5; CPUWeight = 5;
MemoryHigh = "64G"; MemoryHigh = "64G";
MemoryMax = "64G"; MemoryMax = "64G";