diff --git a/flake.nix b/flake.nix index d55310f..597bd18 100644 --- a/flake.nix +++ b/flake.nix @@ -127,6 +127,8 @@ sshOpts = [ "-p" "2299" + "-o" + "StrictHostKeyChecking=accept-new" ]; profiles.system = { user = "root";