From 09923b60ea2ab3f3b169e6ff108513a0d985bb3e Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 1 Feb 2024 15:41:43 +0000 Subject: [PATCH] moby: disable desko as nixcache --- hosts/by-name/moby/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/by-name/moby/default.nix b/hosts/by-name/moby/default.nix index 3ac422c0..8c7cd2f4 100644 --- a/hosts/by-name/moby/default.nix +++ b/hosts/by-name/moby/default.nix @@ -25,6 +25,10 @@ sane.services.wg-home.enable = true; sane.services.wg-home.ip = config.sane.hosts.by-name."moby".wg-home.ip; + # for some reason desko -> moby deploys are super flaky when desko is also a nixcache (not true of desko -> lappy deploys, though!) + # > unable to download 'http://desko:5001/.narinfo': Server returned nothing (no headers, no data) (52) + sane.nixcache.substituters.desko = false; + # XXX colin: phosh doesn't work well with passwordless login, # so set this more reliable default password should anything go wrong users.users.colin.initialPassword = "147147";