diff --git a/systems/muninn/default.nix b/systems/muninn/default.nix index 930257c..4e995a4 100644 --- a/systems/muninn/default.nix +++ b/systems/muninn/default.nix @@ -35,7 +35,7 @@ services = { getty.autologinUser = "gaming"; - openssh.ports = [ 262 ]; + openssh.ports = [ 295 ]; printing.enable = true; diff --git a/users/richie/home/ssh_config.nix b/users/richie/home/ssh_config.nix index e36226f..9ef3d37 100644 --- a/users/richie/home/ssh_config.nix +++ b/users/richie/home/ssh_config.nix @@ -36,6 +36,12 @@ identityFile = "~/.ssh/id_ed25519"; port = 922; }; + muninn = { + hostname = "192.168.98.52"; + user = "richie"; + identityFile = "~/.ssh/id_ed25519"; + port = 295; + }; }; }; }