Fix remote builder config.
This commit is contained in:
parent
3ecb2fc790
commit
2b20ab5123
@ -13,6 +13,7 @@
|
||||
nix.buildMachines = [
|
||||
{
|
||||
hostName = "hydra";
|
||||
sshUser = "talexander";
|
||||
systems = [
|
||||
"x86_64-linux"
|
||||
# "aarch64-linux"
|
||||
@ -24,6 +25,9 @@
|
||||
"benchmark"
|
||||
"big-parallel"
|
||||
# "kvm"
|
||||
"gccarch-znver4"
|
||||
"gccarch-x86-64-v3"
|
||||
"gccarch-x86-64-v4"
|
||||
];
|
||||
}
|
||||
];
|
||||
|
@ -19,6 +19,12 @@
|
||||
".ssh/known_hosts"
|
||||
];
|
||||
};
|
||||
users.root = {
|
||||
home = "/root";
|
||||
files = [
|
||||
".ssh/known_hosts"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
home-manager.users.talexander =
|
||||
|
Loading…
x
Reference in New Issue
Block a user