diff options
| author | Mel <mel@rnrd.eu> | 2025-08-28 18:29:43 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2025-08-30 00:40:37 +0200 |
| commit | a42bc1fa50dfc1c7330a979cdde74c74ae7a3ca1 (patch) | |
| tree | ed54caf7318f145132370e9b7f2826b1fe1cbae4 /modules/home/common.nix | |
| parent | 38e14fde99727bcdd48c3352c41e7e9d59b8b2d8 (diff) | |
| download | minerals-a42bc1fa50dfc1c7330a979cdde74c74ae7a3ca1.tar.zst minerals-a42bc1fa50dfc1c7330a979cdde74c74ae7a3ca1.zip | |
Add SSH host info for serpentine
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'modules/home/common.nix')
| -rw-r--r-- | modules/home/common.nix | 10 |
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 = { |
