From 26afb28cb5a85d62dfedc13be9055991fc8687fa Mon Sep 17 00:00:00 2001 From: Veneficium <85629831+veneficium42@users.noreply.github.com> Date: Fri, 21 Mar 2025 17:24:27 +0100 Subject: [PATCH] nix: setup nix-community cache --- hosts/main-laptop/configuration.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/hosts/main-laptop/configuration.nix b/hosts/main-laptop/configuration.nix index b55e412..c99b110 100644 --- a/hosts/main-laptop/configuration.nix +++ b/hosts/main-laptop/configuration.nix @@ -19,6 +19,15 @@ users.extraGroups.vboxusers.members = [ "fedfer" ]; + nix.settings = { + substituters = [ + "https://nix-community.cachix.org" + ]; + trusted-public-keys = [ + "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" + ]; + }; + stylix.enable = true; stylix.autoEnable = true; stylix = {