home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 85786fd7147bcf2de82c6bac3d0dfaa55c11810d
parent 2bcc9110a51dbeec911c746b953ee3978a9c977a
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri, 24 Nov 2023 11:48:25 +0100

Add vdemeester cache to configuration

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mflake.nix | 2++
Msystems/modules/core/nix.nix | 2++
2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/flake.nix b/flake.nix @@ -11,10 +11,12 @@ trusted-public-keys = [ "nixpkgs-wayland.cachix.org-1:3lwxaILxMRkVhehr5StQprHdEo4IrE8sRho9R9HOLYA=" "chapeau-rouge.cachix.org-1:r34IG766Ez4Eeanr7Zx+egzXLE2Zgvc+XRspYZPDAn8=" + "vdemeester.cachix.org-1:eZWNOrLR9A9szeMahn9ENaoT9DB3WgOos8va+d2CU44=" ]; substituters = [ "https://nixpkgs-wayland.cachix.org" "https://chapeau-rouge.cachix.org" + "https://vdemeester.cachix.org" ]; }; }; diff --git a/systems/modules/core/nix.nix b/systems/modules/core/nix.nix @@ -47,6 +47,7 @@ in "https://cache.nixos.org/" "https://r-ryantm.cachix.org" "https://shortbrain.cachix.org" + "https://vdemeester.cachix.org" "https://chapeau-rouge.cachix.org" ]; trusted-public-keys = [ @@ -54,6 +55,7 @@ in "shortbrain.cachix.org-1:dqXcXzM0yXs3eo9ChmMfmob93eemwNyhTx7wCR4IjeQ=" "mic92.cachix.org-1:gi8IhgiT3CYZnJsaW7fxznzTkMUOn1RY4GmXdT/nXYQ=" "chapeau-rouge.cachix.org-1:r34IG766Ez4Eeanr7Zx+egzXLE2Zgvc+XRspYZPDAn8=" + "vdemeester.cachix.org-1:eZWNOrLR9A9szeMahn9ENaoT9DB3WgOos8va+d2CU44=" ]; }; # FIXME handle this depending on the version