From 3d5c6fc153ac3d536fec46e69e840f587d4e33f5 Mon Sep 17 00:00:00 2001 From: Chris Dombroski Date: Sat, 13 Apr 2024 09:20:35 -0400 Subject: [PATCH] fast connection on --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 786234e..c639268 100644 --- a/flake.nix +++ b/flake.nix @@ -38,6 +38,7 @@ }; deploy = { sshUser = "root"; + fastConnection = true; nodes = { orangepihole = { hostname = "orangepihole";