ssh adjustment

This commit is contained in:
Thilo Billerbeck 2025-01-18 15:30:35 +01:00
parent 558a7ba74b
commit 49da0fb681

View file

@ -74,8 +74,10 @@ let
hostnameAliasses = builtins.listToAttrs (
builtins.map (host: {
name = "${host}";
value = {
value = lib.hm.dag.entryBefore ["*.thilo-billerbeck.com"] {
hostname = "${host}.thilo-billerbeck.com";
identityFile = "~/.ssh/id_thilo-billerbeck-com";
user = "root";
};
}) thiloBillerbeckHosts
);