try remote builds

This commit is contained in:
Osman Faruk Bayram 2025-01-28 13:26:26 +03:00
parent ed33dc8a76
commit 08bfae7046

View file

@ -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;