From fd362cc6f200a35e53879c3f386156002017ba0e Mon Sep 17 00:00:00 2001 From: Bad Date: Tue, 20 Jul 2021 15:58:13 +0200 Subject: [PATCH] Remove the ssh binary cache --- profiles/ssh/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/profiles/ssh/default.nix b/profiles/ssh/default.nix index f17f9aa..cbf44e6 100644 --- a/profiles/ssh/default.nix +++ b/profiles/ssh/default.nix @@ -12,9 +12,9 @@ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID29iFz1dBQmbCbVkclFEn4I9dY2uf3u7bbKs2obEIl/ mae@teapot" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKGYGAlEHbg4fqLk+KgpqVtCCbUnUq1Z/IF0xPPJqJT8 justabanana@tesco" ]; - nix.binaryCaches = [ - "ssh://nix-ssh@192.168.0.18" - ]; + #nix.binaryCaches = [ + # "ssh://nix-ssh@192.168.0.18" + #]; nix.allowedUsers = [ "nix-ssh" ];