link ssh config
This commit is contained in:
parent
193aff6ee2
commit
fac6d2f861
2 changed files with 9 additions and 0 deletions
|
|
@ -32,4 +32,5 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.configFile."hut/config".source = "${config.dotfiles.path}/.config/hut/config";
|
xdg.configFile."hut/config".source = "${config.dotfiles.path}/.config/hut/config";
|
||||||
|
home.file.".ssh/config".source = "${config.dotfiles.path}/.ssh/config";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
8
home/.ssh/config
Normal file
8
home/.ssh/config
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
Host crocus
|
||||||
|
User root
|
||||||
|
|
||||||
|
Host verbena
|
||||||
|
User root
|
||||||
|
|
||||||
|
Host genepi
|
||||||
|
User root
|
||||||
Loading…
Add table
Add a link
Reference in a new issue