From 08bfae70463fbc670e384ebb413fe043a55e3fe1 Mon Sep 17 00:00:00 2001 From: osbm Date: Tue, 28 Jan 2025 13:26:26 +0300 Subject: [PATCH] try remote builds --- hosts/pochita/configuration.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/hosts/pochita/configuration.nix b/hosts/pochita/configuration.nix index e4a7854..d7ba93b 100644 --- a/hosts/pochita/configuration.nix +++ b/hosts/pochita/configuration.nix @@ -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;