From a0b776e29d8866329c87108f573a985e64f2ba2e Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 30 May 2025 10:20:03 -0400 Subject: Add nix-community.cachix substituter everywhere Not sure if this will help but I figure one more substituter can't hurt. --- Omni/Os/Base.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Omni/Os/Base.nix b/Omni/Os/Base.nix index 3464af4..0489b1c 100644 --- a/Omni/Os/Base.nix +++ b/Omni/Os/Base.nix @@ -6,7 +6,8 @@ in { boot.tmp.cleanOnBoot = true; networking.firewall.allowPing = true; networking.firewall.allowedTCPPorts = [ports.et]; - nix.settings.substituters = ["https://cache.nixos.org"]; # "ssh://dev.bensima.com" ]; + nix.settings.substituters = ["https://cache.nixos.org" "https://nix-community.cachix.org"]; # "ssh://dev.bensima.com" ]; + nix.settings.trusted-public-keys = ["nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="]; nix.gc.automatic = true; nix.gc.dates = "Sunday 02:15"; nix.optimise.automatic = true; -- cgit v1.2.3