mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2025-02-10 06:52:05 +01:00
ssh adjustment
This commit is contained in:
parent
558a7ba74b
commit
49da0fb681
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue