about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/cachix/caches/chaotic-nixpkgs.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/nixos/modules/cachix/caches/chaotic-nixpkgs.nix b/nixos/modules/cachix/caches/chaotic-nixpkgs.nix
deleted file mode 100644
index d6c9844..0000000
--- a/nixos/modules/cachix/caches/chaotic-nixpkgs.nix
+++ /dev/null
@@ -1,12 +0,0 @@
-{ config, lib, ... }:
-
-{
-  nix.settings = {
-    substituters = [
-      "https://chaotic-nixpkgs.cachix.org"
-    ];
-    trusted-public-keys = [
-      "chaotic-nixpkgs.cachix.org-1:xm/PZVLgwIlMc8K5+ZxGIkEXovfL9Bll5HolvzN1wIQ="
-    ];
-  };
-}