From 6ef5507bf8b4434ea64f66e8c71913cb84457d19 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Tue, 19 Nov 2024 20:26:39 -0500 Subject: [PATCH] added muninn to ssh_config.nix --- systems/muninn/default.nix | 2 +- users/richie/home/ssh_config.nix | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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; + }; }; }; }