From 245c97ab1d6f0c887fd8e53d1adcba5b5e6b6dbc Mon Sep 17 00:00:00 2001 From: Emmet Date: Sat, 7 Dec 2024 23:42:53 -0600 Subject: [PATCH] Declarative substituter settings for user --- profiles/work/home.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/profiles/work/home.nix b/profiles/work/home.nix index 00774db3..53f942b3 100644 --- a/profiles/work/home.nix +++ b/profiles/work/home.nix @@ -27,6 +27,16 @@ ]; nix.package = pkgs.nix; + nix.settings = { + extra-substituters = [ + "https://hyprland.cachix.org" + "https://nix-community.cachix.org" + ]; + trusted-public-keys = [ + "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" + "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" + ]; + }; home.stateVersion = "22.11"; # Please read the comment before changing.