about summary refs log tree commit diff
path: root/modules/common
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/common/nix.nix10
1 files changed, 2 insertions, 8 deletions
diff --git a/modules/common/nix.nix b/modules/common/nix.nix
index efd06bd..d1f835c 100644
--- a/modules/common/nix.nix
+++ b/modules/common/nix.nix
@@ -70,14 +70,6 @@ in
 
           keep-going = true;
 
-          substituters = [
-            "https://azahi.cachix.org"
-            "https://nix-community.cachix.org"
-          ];
-
-          trusted-substituters = [ "https://azahi.cachix.org" ];
-          trusted-public-keys = [ "azahi.cachix.org-1:2bayb+iWYMAVw3ZdEpVg+NPOHCXncw7WMQ0ElX1GO3s=" ];
-
           trusted-users = [
             "root"
             my.username
@@ -90,6 +82,8 @@ in
             "flakes"
             "nix-command"
             "recursive-nix"
+            # "configurable-impure-env"
+            # "pipe-operators"
           ];
         };
       };

Consider giving Nix/NixOS a try! <3