aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/nixos/jaki/nix.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/nixos/jaki/nix.nix b/modules/nixos/jaki/nix.nix
index d946453..0edd642 100644
--- a/modules/nixos/jaki/nix.nix
+++ b/modules/nixos/jaki/nix.nix
@@ -39,11 +39,9 @@ in {
commit-lockfile-summary = "flake.lock: update";
experimental-features = ["nix-command" "flakes"];
substituters = [
- "https://cache.garnix.io"
"https://hyprland.cachix.org"
];
trusted-public-keys = [
- "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
];
};