diff --git a/homes/nathan/home.nix b/homes/nathan/home.nix index 96460ab..2522967 100644 --- a/homes/nathan/home.nix +++ b/homes/nathan/home.nix @@ -18,7 +18,7 @@ settings = { experimental-features = [ "nix-command" "flakes" ]; builders = "ssh://builder x86_64-linux,aarch64-linux /run/secrets/remoteBuildKey 1 1 nixos-test,benchmark,big-parallel,kvm - -"; - builders-use-substituters = true; + builders-use-substitutes = true; }; };