From b7af9df1a01cfd2179de7320d8c2acf3d47ccd0b Mon Sep 17 00:00:00 2001 From: kB01 Date: Mon, 14 Jul 2025 22:12:19 +0200 Subject: [PATCH] Updated mow0m Hostname for new DNS Config --- homes/x86_64-linux/kb@Ohybke/ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homes/x86_64-linux/kb@Ohybke/ssh.nix b/homes/x86_64-linux/kb@Ohybke/ssh.nix index 7b8d6fd..8ca45ce 100644 --- a/homes/x86_64-linux/kb@Ohybke/ssh.nix +++ b/homes/x86_64-linux/kb@Ohybke/ssh.nix @@ -44,7 +44,7 @@ }; programs.ssh.matchBlocks."master@mow0m" = { host = "mow0m"; - hostname = "mow0m.lan"; + hostname = "mow0m"; user = "master"; identityFile = "~/.ssh/master@mow0m"; port = 9553;