From 7b659e4cde454fc7baa89344da81d5c301a2ed58 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Fri, 23 Sep 2022 02:36:13 +0000 Subject: [PATCH] Add garnix --- modules-all/automatic/nix.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules-all/automatic/nix.nix b/modules-all/automatic/nix.nix index f555dc6..bc4bdb9 100644 --- a/modules-all/automatic/nix.nix +++ b/modules-all/automatic/nix.nix @@ -5,6 +5,14 @@ nix = { package = pkgs.nixFlakes; + settings = { + substituters = [ + "https://cache.garnix.io" + ]; + trusted-public-keys = [ + "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=" + ]; + }; # Keep freespace available, at a minimum, and enable Flakes extraOptions = '' experimental-features = nix-command flakes