From bee56c32e5c59aa7bfa9b014a6e9826cf154eae9 Mon Sep 17 00:00:00 2001 From: mayor Date: Thu, 12 Feb 2026 19:34:12 -0800 Subject: [PATCH] fix: use internal hostname for harmonia cache --- roles/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/common.nix b/roles/common.nix index dd95cd0..ed859f7 100644 --- a/roles/common.nix +++ b/roles/common.nix @@ -23,7 +23,7 @@ max-jobs = "auto"; trusted-users = [ "johno" ]; substituters = [ - "https://nix-cache.johnogle.info" + "http://john-endesktop.oglehome:5000" ]; trusted-public-keys = [ "nix-cache.johnogle.info-1:G0ZGQwcSC4+4SDDFHZI/ZX3a6uFrs/5cjA5Jvaypj0I="