try remote builds
This commit is contained in:
parent
ed33dc8a76
commit
08bfae7046
1 changed files with 11 additions and 0 deletions
|
|
@ -13,6 +13,17 @@ in {
|
|||
../../modules
|
||||
];
|
||||
|
||||
nix.distributedBuilds = true;
|
||||
nix.buildMachines = [
|
||||
{
|
||||
hostname = "ymir";
|
||||
systems = [ "x86_64-linux" "aarch64-linux" ];
|
||||
supportedFeatures = ["nixos-test" "benchmark" "big-parallel" "kvm"];
|
||||
sshKey = "/home/osbm/.ssh/id_ed25519";
|
||||
sshUser = "osbm";
|
||||
}
|
||||
];
|
||||
|
||||
enableKDE = false;
|
||||
enableFonts = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue