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"; + }; }; }; };