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

View File

@ -61,24 +61,15 @@
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";
system = lib.concatStringsSep "," ([
pkgs.system
"i686-linux"
"riscv64-linux"
]);
# ] ++ config.boot.binfmt.emulatedSystems);
supportedFeatures = [ "big-parallel" "benchmark" "kvm" "nixos-test" ];
inherit (config.nix) maxJobs;
} {
hostName = "client@dacbert.hq.c3d2.de"; hostName = "client@dacbert.hq.c3d2.de";
system = lib.concatStringsSep "," [ system = lib.concatStringsSep "," [
"aarch64-linux" "armv6l-linux" "armv7l-linux" "aarch64-linux" "armv6l-linux" "armv7l-linux"
]; ];
supportedFeatures = [ "kvm" "benchmark" "nixos-test" ]; supportedFeatures = [ "kvm" "nixos-test" ];
maxJobs = 1; maxJobs = 1;
}]; }];
@ -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";