From bd72c6860fde1e9cd6722548a41ba4ba493b2d42 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Fri, 5 Apr 2024 01:13:49 +0200 Subject: [PATCH] Add cachix binary cache --- hosts/common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/common.nix b/hosts/common.nix index f7ed952..0dfab4e 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -8,6 +8,9 @@ auto-optimise-store = true; warn-dirty = false; trusted-users = ["root" "@wheel"]; + + substituters = ["https://hyprland.cachix.org"]; + trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="]; }; time.timeZone = "Europe/Berlin";