fix: updating the ssh port for the vps

This commit is contained in:
Nydragon 2024-09-17 19:08:18 +02:00
parent c7633989cd
commit 5f096faf45
Signed by: nydragon
SSH key fingerprint: SHA256:iQnIC12spf4QjWSbarmkD2No1cLMlu6TWoV7K6cYF5g

View file

@ -16,7 +16,7 @@
vps = { vps = {
hostname = "vps.ccnlc.eu"; hostname = "vps.ccnlc.eu";
user = "root"; user = "root";
port = 22; port = 56528;
}; };
}; };
}; };