From ab61d1b616894e3457fc62ff6eb6450010f54295 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 24 Sep 2026 18:52:13 +0200 Subject: ... --- accounts/gkleen@skadhi/ssh/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'accounts') diff --git a/accounts/gkleen@skadhi/ssh/default.nix b/accounts/gkleen@skadhi/ssh/default.nix index 671d72fe..2a75e3e3 100644 --- a/accounts/gkleen@skadhi/ssh/default.nix +++ b/accounts/gkleen@skadhi/ssh/default.nix @@ -1,4 +1,4 @@ -{ ... }: +{ lib, ... }: { config = { programs.ssh.matchBlocks = { @@ -21,8 +21,7 @@ hostname = "ymir.yggdrasil.li"; identityFile = "~/.ssh/gkleen@skadhi.yggdrasil"; }; - "skadhi" = { - extraHostNames = [".host" "skadhi.yggdrasil" "localhost" "::1" "127.0.0.0/8"]; + ${lib.concatStringsSep " " [".host" "skadhi" "skadhi.yggdrasil" "localhost" "::1" "127.0.0.0/8"]} = { identityFile = "~/.ssh/gkleen@skadhi.yggdrasil"; }; }; -- cgit v1.2.3