summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2025-08-28 18:29:43 +0200
committerMel <mel@rnrd.eu>2025-08-30 00:40:37 +0200
commita42bc1fa50dfc1c7330a979cdde74c74ae7a3ca1 (patch)
treeed54caf7318f145132370e9b7f2826b1fe1cbae4 /modules
parent38e14fde99727bcdd48c3352c41e7e9d59b8b2d8 (diff)
downloadminerals-a42bc1fa50dfc1c7330a979cdde74c74ae7a3ca1.tar.zst
minerals-a42bc1fa50dfc1c7330a979cdde74c74ae7a3ca1.zip
Add SSH host info for serpentine
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'modules')
-rw-r--r--modules/home/common.nix10
1 files changed, 10 insertions, 0 deletions
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 = {