From 58124e27eb8a6940fa5fe2f4c3f78422f380e136 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Wed, 20 Mar 2024 08:09:28 +0100 Subject: [PATCH] add tramwaj to ssh hostAliases on both hosts --- hosts/del/configuration.nix | 6 ++++++ hosts/niks/configuration.nix | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/hosts/del/configuration.nix b/hosts/del/configuration.nix index 3ff54232..0d19f543 100644 --- a/hosts/del/configuration.nix +++ b/hosts/del/configuration.nix @@ -316,6 +316,12 @@ port = 19999; user = "view"; }; + tramwaj = { + hostName = "asi.pwr.wroc.pl"; + publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINnqXeczgwYduhAd3LT16qTor8CcU1b8J+YyUwKhkxqD"; + port = 2137; + user = "poz"; + }; }; }; }; diff --git a/hosts/niks/configuration.nix b/hosts/niks/configuration.nix index 7c65b4a6..75fc593e 100644 --- a/hosts/niks/configuration.nix +++ b/hosts/niks/configuration.nix @@ -282,6 +282,12 @@ port = 19999; user = "view"; }; + tramwaj = { + hostName = "asi.pwr.wroc.pl"; + publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINnqXeczgwYduhAd3LT16qTor8CcU1b8J+YyUwKhkxqD"; + port = 2137; + user = "poz"; + }; }; }; };