From a76394b64393bd1b0a4a43ce2277745fe8114acd Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Thu, 27 Mar 2025 16:02:44 -0500 Subject: [PATCH] fix: deploy and ignore mise local config --- .gitignore | 2 ++ lib/deploy/default.nix | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0f789be..6fa9d0a 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ result *.log *.qcow2 + +mise.local.toml diff --git a/lib/deploy/default.nix b/lib/deploy/default.nix index be7bf4e..c330756 100644 --- a/lib/deploy/default.nix +++ b/lib/deploy/default.nix @@ -19,7 +19,7 @@ let { hostname = "${host}.hare-cod.ts.net"; remoteBuild = true; # should pull from cache # TODO: verify this - fastConnection = true; + # fastConnection = true; interactiveSudo = true; profiles.system = { user = "root";