diff --git a/common/nixos/common.nix b/common/nixos/common.nix index f3dc8ed..b037ec7 100644 --- a/common/nixos/common.nix +++ b/common/nixos/common.nix @@ -33,6 +33,7 @@ nix = { settings = { substituters = [ + "https://cache.gwg313.xyz/mycache?priority=5" "https://cache.nixos.org?priority=10" "https://hyprland.cachix.org" "https://nix-community.cachix.org" @@ -40,6 +41,7 @@ "https://numtide.cachix.org" ]; trusted-public-keys = [ + "mycache:ovUjiiyQNUGjK8yZA4dPV1f8tIfCZrGIubdWvWpdvtc=" "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=" @@ -58,7 +60,6 @@ dates = "daily"; options = "--delete-older-than 14d"; }; - }; services = {