From 6138a0b0ab10b2f8ab3e2021c09f1ee354bead3d Mon Sep 17 00:00:00 2001 From: "quentin@aristote.fr" Date: Sun, 23 Feb 2025 10:32:46 +0100 Subject: nixos: remote builders: enable recursive-nix --- modules/nixos/personal/nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/nixos/personal/nix.nix b/modules/nixos/personal/nix.nix index b2b0f69..f167d55 100644 --- a/modules/nixos/personal/nix.nix +++ b/modules/nixos/personal/nix.nix @@ -164,7 +164,7 @@ in { hostName = "hephaistos.${domain}"; system = "x86_64-linux"; maxJobs = 4; - supportedFeatures = ["nixos-test" "benchmark" "big-parallel" "kvm"]; + supportedFeatures = ["nixos-test" "benchmark" "big-parallel" "kvm" "recursive-nix"]; mandatoryFeatures = []; }; }; -- cgit v1.2.3