mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Hardware/LukeSkywalker + Nix/Builder] move builder config to host specific "Global" config
This commit is contained in:
parent
bab47dd25b
commit
b25678084a
1 changed files with 0 additions and 19 deletions
|
|
@ -126,25 +126,6 @@ in
|
||||||
)
|
)
|
||||||
) machineList);
|
) machineList);
|
||||||
|
|
||||||
aviallon.nix.builder.buildMachines = {
|
|
||||||
luke-skywalker-nixos = mkDefault {
|
|
||||||
hostName = "2a01:e0a:18e:8670:ae71:8e51:19af:91a4";
|
|
||||||
cores = 16;
|
|
||||||
threads = 32;
|
|
||||||
x86ver = 3;
|
|
||||||
};
|
|
||||||
elrond = mkDefault {
|
|
||||||
enable = false;
|
|
||||||
hostName = "cachan.lesviallon.fr";
|
|
||||||
sshConfig = ''
|
|
||||||
Port 52222
|
|
||||||
'';
|
|
||||||
cores = 6;
|
|
||||||
threads = 6;
|
|
||||||
x86ver = 2;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
users.users.builder = {
|
users.users.builder = {
|
||||||
isSystemUser = true;
|
isSystemUser = true;
|
||||||
group = "builder";
|
group = "builder";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue