mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[General] Use IPv6 address for lule-skywalker builder and enable by default on onther machines
This commit is contained in:
parent
e9f28fddfa
commit
789d36717e
1 changed files with 6 additions and 4 deletions
10
general.nix
10
general.nix
|
|
@ -136,10 +136,12 @@ in
|
|||
environment.noXlibs = mkIf (cfg.minimal && (!desktopCfg.enable)) true;
|
||||
|
||||
nix.buildMachines = []
|
||||
++ optional false (mkBuildMachine {
|
||||
hostName = "luke-skywalker-nixos.local";
|
||||
cores = 8;
|
||||
threads = 16;
|
||||
# luke-skywalker-nixos
|
||||
++ optional (config.networking.hostName != "luke-skywalker-nixos") (mkBuildMachine {
|
||||
hostName = "2a01:e0a:18e:8670:ae71:8e51:19af:91a4";
|
||||
cores = 16;
|
||||
threads = 32;
|
||||
x86ver = 3;
|
||||
})
|
||||
++ optional false (mkBuildMachine {
|
||||
hostName = "cachan.lesviallon.fr";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue