From 779ae0de5ff509b6302c73554cb1c1f3c2189634 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Mon, 6 Feb 2023 11:52:21 +0100 Subject: [PATCH] Hyprland cachix --- nixos_modules/distributed.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nixos_modules/distributed.nix b/nixos_modules/distributed.nix index f664723..ef6d0e9 100644 --- a/nixos_modules/distributed.nix +++ b/nixos_modules/distributed.nix @@ -1,12 +1,16 @@ { security.sudo.wheelNeedsPassword = false; nix.settings = { + substituters = [ "https://hyprland.cachix.org" ]; + trusted-users = [ "root" "@wheel" ]; trusted-public-keys = [ "thor:yRx3HglIxjUYocp4/jAP9dPWxWBEpgP6hqj1ofEfn1A=" "odin:ClRXzxmDZl2Y94SG4YlWXGiJDY4L9DgZq/3OLR5+i6k=" "loki:HN1P2nXzIkqitl95MvjcSHxtDo7Ao+I8M8U/RqQLC5k=" + + "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" ]; secret-key-files = [ "/etc/nix/key" ];