remove ssh opt in deplay node

This commit is contained in:
ulic-youthlic 2025-02-17 00:05:14 +08:00
parent e43524ff83
commit b79c00310c
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -251,10 +251,6 @@
hostname = "${sshName}";
sshUser = "${unixName}";
interactiveSudo = true;
sshOpts = [
"-i"
"/home/david/.ssh/id_ed25519_deploy"
];
profiles = {
system = {
user = "${unixName}";