diff --git a/common/base.nix b/common/base.nix index ed85e62..49e3e1c 100644 --- a/common/base.nix +++ b/common/base.nix @@ -9,13 +9,6 @@ settings = { auto-optimise-store = true; trusted-users = [ "root" "@wheel" ]; - substituters = [ - "https://binarycache.ivabus.dev/public" # Yep, only public one here :) - "https://cache.nixos.org" - ]; - trusted-public-keys = [ - "public:9k8+78y5+1rICy+9e4raIiLP/dKDEvm9dyjj27vPS04=" - ]; }; gc = { automatic = true;