From 7968a18271c182f69b131a7f66af1012053bf5cd Mon Sep 17 00:00:00 2001 From: Jacob Bachmann Date: Sun, 8 Dec 2024 17:55:40 +0100 Subject: [PATCH] fix: bad ssh config --- modules/home-manager/shell.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/home-manager/shell.nix b/modules/home-manager/shell.nix index 8dda517..aa9c744 100644 --- a/modules/home-manager/shell.nix +++ b/modules/home-manager/shell.nix @@ -13,7 +13,8 @@ addKeysToAgent = "yes"; includes = [ "config.d/*" ]; matchBlocks.momo = { - host = "momo.dryb.org"; + host = "momo"; + hostname = "momo.dryb.org"; user = "root"; }; };