diff --git a/configs/ssh.nix b/configs/ssh.nix index 6897b4b..cc979e8 100644 --- a/configs/ssh.nix +++ b/configs/ssh.nix @@ -40,6 +40,14 @@ in { user = "kfm"; port = sshPort; }; + "nextcloud.fysi.dev" = { + hostname = "116.203.82.203"; + user = "root"; + }; + "lingua.miaengiadina.ch" = { + hostname = "135.181.85.233"; + user = "root"; + }; }; }; }