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