about summary refs log tree commit diff
path: root/machines/profpatsch
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2022-11-01 19:31:58 +0100
committerProfpatsch <mail@profpatsch.de>2022-11-01 19:31:58 +0100
commit6d34e3b530c95a1ddf2269806a15c9f29ed8b576 (patch)
tree4b78fc2da207882c64a7aba77eb09666bae6eed5 /machines/profpatsch
parentdf721499e0e4b666cfc01064d84ea4b9c9125552 (diff)
machines/shiki: fix nix options
Diffstat (limited to 'machines/profpatsch')
-rw-r--r--machines/profpatsch/shiki.nix14
1 files changed, 14 insertions, 0 deletions
diff --git a/machines/profpatsch/shiki.nix b/machines/profpatsch/shiki.nix
index f99d6317..c292fa19 100644
--- a/machines/profpatsch/shiki.nix
+++ b/machines/profpatsch/shiki.nix
@@ -147,6 +147,7 @@ in {
         supportedFeatures = [ "kvm" "big-parallel" "nixos-test" "benchmark" ];
       }
     ];
+
     nix.settings.substituters = [
       "https://digitallyinduced.cachix.org"
     ];
@@ -155,6 +156,19 @@ in {
     ];
     nix.settings.builders-use-substitutes = true;
     nix.settings.auto-optimise-store = true;
+    # nix.settings.substituters = [
+    #   "https://digitallyinduced.cachix.org"
+    # ];
+    # nix.settings.trusted-public-keys = [
+    #   "digitallyinduced.cachix.org-1:y+wQvrnxQ+PdEsCt91rmvv39qRCYzEgGQaldK26hCKE="
+    # ];
+    # nix.settings.substituters = [ "ssh://nix-ssh@whitby.tvl.fyi" ];
+    # nix.settings.trusted-public-keys = [ "cache.tvl.fyi:fd+9d1ceCPvDX/xVhcfv8nAa6njEhAGAEe+oGJDEeoc=" ];
+
+    nix.extraOptions = ''
+      builders-use-substitutes = true
+      auto-optimise-store = true
+    '';
 
     ##########
     # Network