From 6375001ce344e630db9cc2c5e4f5eb42afb9fdac Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Thu, 21 Mar 2024 13:00:26 -0400 Subject: [PATCH] added nixchace.raffauflabs.com cache to flake --- flake.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/flake.nix b/flake.nix index 24adb475..3b25dda5 100644 --- a/flake.nix +++ b/flake.nix @@ -27,6 +27,15 @@ nixos-hardware.url = "github:NixOS/nixos-hardware/master"; }; + nixConfig = { + extra-substituters = [ + "https://nixcache.raffauflabs.com" + ]; + extra-trusted-public-keys = [ + "nixcache.raffauflabs.com:yFIuJde/izA4aUDI3MZmBLzynEsqVCT1OfCUghOLlt8=" + ]; + }; + outputs = inputs@{ nixpkgs, home-manager, nixpkgs-unstable, home-manager-unstable, nixos-hardware, ... }: { nixosConfigurations = {