From 78039e2fa937a4af52141dbf9a9ecca7b87bfe5e Mon Sep 17 00:00:00 2001 From: xeovalyte Date: Sat, 23 Mar 2024 09:55:11 +0100 Subject: [PATCH] changed config --- hosts/desktop/default.nix | 2 -- hosts/laptop/default.nix | 4 ---- 2 files changed, 6 deletions(-) diff --git a/hosts/desktop/default.nix b/hosts/desktop/default.nix index 452dfa0..a3ae01e 100644 --- a/hosts/desktop/default.nix +++ b/hosts/desktop/default.nix @@ -22,12 +22,10 @@ experimental-features = [ "nix-command" "flakes" ]; substituters = [ - "http://binarycache.example.com" "https://nix-community.cachix.org" "https://cache.nixos.org/" ]; trusted-public-keys = [ - "binarycache.example.com-1:dsafdafDFW123fdasfa123124FADSAD" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" ]; }; diff --git a/hosts/laptop/default.nix b/hosts/laptop/default.nix index 00c1896..465f784 100644 --- a/hosts/laptop/default.nix +++ b/hosts/laptop/default.nix @@ -20,15 +20,11 @@ experimental-features = [ "nix-command" "flakes" ]; substituters = [ - "http://binarycache.example.com" "https://nix-community.cachix.org" "https://cache.nixos.org/" - "https://cache.garnix.io" ]; trusted-public-keys = [ - "binarycache.example.com-1:dsafdafDFW123fdasfa123124FADSAD" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" - "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=" ]; };