diff --git a/README.md b/README.md index ba98a97..274efb1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -[![built with garnix](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Fgarnix.io%2Fapi%2Fbadges%2Fgreg-hellings%2Fnixos-config%3Fbranch%3Dmain)](https://garnix.io) - This is a unified repo to contain my personal configurations for NixOS machines. # How To Use This diff --git a/flake.nix b/flake.nix index 33d7313..0737bb3 100644 --- a/flake.nix +++ b/flake.nix @@ -7,11 +7,9 @@ nixConfig = { extra-substituters = [ "https://greg-hellings.cachix.org" - "https://cache.garnix.io" ]; extra-trusted-public-keys = [ "greg-hellings.cachix.org-1:y01Jl/L5evlhxdnUW6n56AiI1k8g1wxWhTxJCe7XSco=" - "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g" ]; }; diff --git a/modules/nix-conf.nix b/modules/nix-conf.nix index 1256bde..ec1dd2f 100644 --- a/modules/nix-conf.nix +++ b/modules/nix-conf.nix @@ -34,7 +34,6 @@ "http://nas.home:9000/binary-cache/" ]) ++ [ - "https://cache.garnix.io" "https://ai.cachix.org" "https://nixpkgs-python.cachix.org" "https://greg-hellings.cachix.org" @@ -44,7 +43,6 @@ trusted-public-keys = [ "nix.thehellings.lan:0qWYHn3gGllXChhAaaxKlNZtRy6yG/XJs1RFSqV3nW8=" "nix.home:0qWYHn3gGllXChhAaaxKlNZtRy6yG/XJs1RFSqV3nW8=" - "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=" "ai.cachix.org-1:N9dzRK+alWwoKXQlnn0H6aUx0lU/mspIoz8hMvGvbbc=" "nixpkgs-python.cachix.org-1:hxjI7pFxTyuTHn2NkvWCrAUcNZLNS3ZAvfYNuYifcEU=" "greg-hellings.cachix.org-1:y01Jl/L5evlhxdnUW6n56AiI1k8g1wxWhTxJCe7XSco="