summary refs log tree commit diff
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-09-08 15:41:51 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-09-08 15:41:51 +0200
commit9bad6b4e5bd4f2e854d78b4c639d707ad07d230b (patch)
tree93ecf460dfb6ac7a4b6c067aebade196417d29ba
parentworks? (diff)
downloadRory-Open-Architecture-9bad6b4e5bd4f2e854d78b4c639d707ad07d230b.tar.xz
works?
-rwxr-xr-xmodules/environments/home.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/environments/home.nix b/modules/environments/home.nix
index 53ee357..8e90207 100755
--- a/modules/environments/home.nix
+++ b/modules/environments/home.nix
@@ -18,11 +18,13 @@
         speedFactor = 43200;
       }
     ];
-    buildersUseSubstitutes = true;
+    
     #ssh://Rory@192.168.0.3 x86_64-linux,i686-linux /home/Rory/.ssh/id_ed25519 12 1 - - -
     registry.nixpkgs.flake = pkgs;
     nixPath = [ "nixpkgs=flake:nixpkgs" ];
     settings = {
+      builders-use-substitutes = true;
+      builders 
       trusted-substituters = [
         "https://nix-community.cachix.org"
         "https://cache.garnix.io"