From d9f15a0a2b6781af95b13f37d3ba8b36fa914db5 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 db3d433..5610bcd 100644 --- a/systems/muninn/default.nix +++ b/systems/muninn/default.nix @@ -34,7 +34,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; + }; }; }; }