From 1ba3e80f273a86592ae83754691cc762a2f3da99 Mon Sep 17 00:00:00 2001 From: Henri Dohmen Date: Sun, 12 Oct 2025 01:23:01 +0200 Subject: [PATCH] add remote to fw --- host/fw/default.nix | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/host/fw/default.nix b/host/fw/default.nix index 50f28d7..af3ccf8 100644 --- a/host/fw/default.nix +++ b/host/fw/default.nix @@ -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 = {