From 298e6fffc6ac0d3897d510131159d1f9fdc5e790 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Mon, 8 Jan 2024 09:37:13 +0100 Subject: [PATCH] pinwheel: Rename `ssh` config from `sombrero.a2x.se` to `sombrero` --- hosts/pinwheel/modules/ssh/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/pinwheel/modules/ssh/default.nix b/hosts/pinwheel/modules/ssh/default.nix index fec3241..265035b 100644 --- a/hosts/pinwheel/modules/ssh/default.nix +++ b/hosts/pinwheel/modules/ssh/default.nix @@ -12,7 +12,7 @@ port = 1122; }; - "sombrero.a2x.se" = { + "sombrero" = { hostname = "sombrero.a2x.se"; user = "alex"; identityFile = "/home/alex/.ssh/alex.pinwheel-sombrero";