zaphyra's git: nixfiles

zaphyra and void's nixfiles

commit d58a513c3bfc427352fe0ac3353fd07dc5b9cc37
parent 0fe48a00914e0232f5f217450cf4e1b8a86124cb
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Thu, 19 Jun 2025 21:29:14 +0200

flake: add zaphoid build-cache
1 file changed, 12 insertions(+), 0 deletions(-)
M
flake.nix
|
12
++++++++++++
diff --git a/flake.nix b/flake.nix
@@ -2,6 +2,18 @@
 
   description = "A flake for building our infra";
 
+  nixConfig = {
+    # override the default substituters
+    substituters = [
+      "https://cache.nixos.org"
+      "http://lucorum.int.eukaryote.eu:5000"
+    ];
+    trusted-public-keys = [
+      "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
+      "1.hydra.neverstable.net:WgtNg0z0FB7wuWp9nU4gKZpbkW0ug59NlhNp81X7GX0="
+    ];
+  };
+
   outputs =
     inputs:
     let