1
0
mirror of https://github.com/kmein/niveum synced 2026-03-19 19:41:08 +01:00

fix(ssh): fatteh hostname

This commit is contained in:
2024-03-20 08:12:59 +01:00
parent 491a13ed95
commit f8bfc83a61

View File

@@ -82,7 +82,7 @@ in {
port = sshPort; port = sshPort;
}; };
fatteh = { fatteh = {
hostname = "fatteh.hr"; hostname = "fatteh.r";
user = "kfm"; user = "kfm";
port = sshPort; port = sshPort;
}; };