moving to code server
This commit is contained in:
parent
c545378c35
commit
786ca732aa
4 changed files with 31 additions and 27 deletions
|
|
@ -7,10 +7,10 @@ config
|
|||
let
|
||||
# To use this feature add -j0 to any nix commad.
|
||||
hostName = "10.18.1.60";
|
||||
pubKey = "bob:cday7vAQb+UWE1gQOAOjqnXB8EdjkBt+/Ife/R0ylUY=";
|
||||
pubKey = "bob:Ome3wEzBur1kOkifxu9ZMbfhwLgvr5J8qfOZRDdvz3Q=";
|
||||
in {
|
||||
nix = {
|
||||
distributedBuilds = true;
|
||||
distributedBuilds = false;
|
||||
settings = {
|
||||
trusted-public-keys = lib.mkAfter [
|
||||
pubKey
|
||||
|
|
@ -28,25 +28,25 @@ in {
|
|||
# "nix-ssh"
|
||||
# ];
|
||||
};
|
||||
buildMachines = [
|
||||
{
|
||||
inherit hostName;
|
||||
protocol = "ssh-ng";
|
||||
maxJobs = 8;
|
||||
systems = [
|
||||
"x86_64-linux"
|
||||
"i686-linux"
|
||||
];
|
||||
supportedFeatures = [
|
||||
"big-parallel"
|
||||
"nixos-test"
|
||||
"kvm"
|
||||
"benchmark"
|
||||
];
|
||||
sshUser = "root";
|
||||
sshKey = "/root/.ssh/id_ed25519";
|
||||
# publicHostKey =
|
||||
}
|
||||
];
|
||||
# buildMachines = [
|
||||
# {
|
||||
# inherit hostName;
|
||||
# protocol = "ssh-ng";
|
||||
# maxJobs = 8;
|
||||
# systems = [
|
||||
# "x86_64-linux"
|
||||
# "i686-linux"
|
||||
# ];
|
||||
# supportedFeatures = [
|
||||
# "big-parallel"
|
||||
# "nixos-test"
|
||||
# "kvm"
|
||||
# "benchmark"
|
||||
# ];
|
||||
# sshUser = "builder";
|
||||
# sshKey = "/root/.ssh/id_ed25519";
|
||||
# # publicHostKey =
|
||||
# }
|
||||
# ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue