add remote to fw

This commit is contained in:
Henri Dohmen 2025-10-12 01:23:01 +02:00
parent 71bcb4e0f1
commit 1ba3e80f27
Signed by: hd
GPG key ID: AB79213B044674AE

View file

@ -58,6 +58,30 @@
cpuFreqGovernor = "ondemand";
};
nix = {
buildMachines = [
{
hostName = "noravm";
sshUser = "nixremote";
system = "x86_64-linux";
protocol = "ssh-ng";
maxJobs = 32;
speedFactor = 2;
supportedFeatures = [
"nixos-test"
"benchmark"
"big-parallel"
"kvm"
];
mandatoryFeatures = [ ];
}
];
distributedBuilds = true;
extraOptions = ''
builders-use-substitutes = true
'';
};
hd.desktop.enable = true;
networking.firewall = {