mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2025-05-19 15:07:03 +02: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 (
|
hostnameAliasses = builtins.listToAttrs (
|
||||||
builtins.map (host: {
|
builtins.map (host: {
|
||||||
name = "${host}";
|
name = "${host}";
|
||||||
value = {
|
value = lib.hm.dag.entryBefore ["*.thilo-billerbeck.com"] {
|
||||||
hostname = "${host}.thilo-billerbeck.com";
|
hostname = "${host}.thilo-billerbeck.com";
|
||||||
|
identityFile = "~/.ssh/id_thilo-billerbeck-com";
|
||||||
|
user = "root";
|
||||||
};
|
};
|
||||||
}) thiloBillerbeckHosts
|
}) thiloBillerbeckHosts
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue