From a42bc1fa50dfc1c7330a979cdde74c74ae7a3ca1 Mon Sep 17 00:00:00 2001 From: Mel Date: Thu, 28 Aug 2025 18:29:43 +0200 Subject: Add SSH host info for serpentine Signed-off-by: Mel --- modules/home/common.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'modules/home/common.nix') diff --git a/modules/home/common.nix b/modules/home/common.nix index e59f195..b78493b 100644 --- a/modules/home/common.nix +++ b/modules/home/common.nix @@ -30,6 +30,16 @@ enable = true; nix-direnv.enable = true; }; + + ssh = { + enable = true; + # add dev server host info + matchBlocks."serpentine" = { + hostname = "51.158.182.172"; + port = 62322; + user = "mel"; + }; + }; }; xdg.configFile = { -- cgit 1.4.1