diff options
| author | Mel <mel@rnrd.eu> | 2025-09-02 16:16:17 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2025-09-26 15:18:30 +0200 |
| commit | d5a27881c453c7d65cc4eeac2a9636cbea2cd9f1 (patch) | |
| tree | 5226fb11286385b6fd63abe399b61a529f8cd5ce | |
| parent | 83649905f471e58b6930c967c9c5b7356dca87a0 (diff) | |
| download | minerals-d5a27881c453c7d65cc4eeac2a9636cbea2cd9f1.tar.zst minerals-d5a27881c453c7d65cc4eeac2a9636cbea2cd9f1.zip | |
Remove serpentine SSH client host block
Signed-off-by: Mel <mel@rnrd.eu>
| -rw-r--r-- | modules/home/common.nix | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/modules/home/common.nix b/modules/home/common.nix index b78493b..e59f195 100644 --- a/modules/home/common.nix +++ b/modules/home/common.nix @@ -30,16 +30,6 @@ 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 = { |
