From d911c775e414a395913acd3724085f14c8c68fb1 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Sat, 5 Mar 2022 19:48:50 +0100 Subject: [PATCH] disable ssh caches --- nixos/roles/default.nix | 6 +++--- private | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nixos/roles/default.nix b/nixos/roles/default.nix index cd277827..330a4c31 100644 --- a/nixos/roles/default.nix +++ b/nixos/roles/default.nix @@ -50,9 +50,9 @@ nix = { binaryCaches = lib.mkAfter ( pkgs.privateValue [ ] "binary-caches" - ++ ( - if config.networking.hostName != "hera" then [ "ssh-ng://nix-ssh@hera.m-0.eu?trusted=true&priority=100" ] else [ ] - ) + # ++ ( + # if config.networking.hostName != "hera" then [ "ssh-ng://nix-ssh@hera.m-0.eu?trusted=true&priority=100" ] else [ ] + # ) ); binaryCachePublicKeys = [ diff --git a/private b/private index 1cc4d769..9bd09a98 160000 --- a/private +++ b/private @@ -1 +1 @@ -Subproject commit 1cc4d7692814854891260f47012daa086a4874f7 +Subproject commit 9bd09a982b3ce73f6b1ab87046c20546f8752885