diff --git a/users/ellmau/default.nix b/users/ellmau/default.nix index 5797d86..2ee1ddf 100644 --- a/users/ellmau/default.nix +++ b/users/ellmau/default.nix @@ -1,4 +1,14 @@ { config, pkgs, lib, ...}: +let + withAliases = hostname: aliases: cfg: + lib.recursiveUpdate + { + host = "${hostname} ${aliases}"; + hostname = "${hostname}"; + extraOptions.hostKeyAlias = "${hostname}"; + } + cfg; +in { imports = [