From 2a52e88863c13437f6fe1fc92cc99d13e215beb7 Mon Sep 17 00:00:00 2001 From: Jacob Bachmann Date: Sun, 8 Dec 2024 17:46:22 +0100 Subject: [PATCH] feat: add ssh config for host MOMO --- modules/home-manager/shell.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/home-manager/shell.nix b/modules/home-manager/shell.nix index fd36ee5..8dda517 100644 --- a/modules/home-manager/shell.nix +++ b/modules/home-manager/shell.nix @@ -12,6 +12,10 @@ enable = true; addKeysToAgent = "yes"; includes = [ "config.d/*" ]; + matchBlocks.momo = { + host = "momo.dryb.org"; + user = "root"; + }; }; home.file.".ssh/config.d/.keep".source = builtins.toFile "keep" "";