From b79c00310ca4d4ec12414ec3e06ebfc21cfe2c46 Mon Sep 17 00:00:00 2001 From: ulic-youthlic Date: Mon, 17 Feb 2025 00:05:14 +0800 Subject: [PATCH] remove ssh opt in deplay node --- flake.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/flake.nix b/flake.nix index d4fbbb4..7e305eb 100644 --- a/flake.nix +++ b/flake.nix @@ -251,10 +251,6 @@ hostname = "${sshName}"; sshUser = "${unixName}"; interactiveSudo = true; - sshOpts = [ - "-i" - "/home/david/.ssh/id_ed25519_deploy" - ]; profiles = { system = { user = "${unixName}";