mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-15 05:13:10 +01:00
nuc ssh configuration
This commit is contained in:
parent
7d42e61e3d
commit
1c460b6ce0
|
@ -9,6 +9,10 @@
|
||||||
"rfive.de" = {
|
"rfive.de" = {
|
||||||
user = "fedora";
|
user = "fedora";
|
||||||
};
|
};
|
||||||
|
"nuc" = {
|
||||||
|
hostname = "192.168.10.2";
|
||||||
|
user = "root";
|
||||||
|
};
|
||||||
"git@rfive.de" = {
|
"git@rfive.de" = {
|
||||||
match = "Host rfive.de User git";
|
match = "Host rfive.de User git";
|
||||||
identityFile = "~/.ssh/git";
|
identityFile = "~/.ssh/git";
|
||||||
|
|
Loading…
Reference in a new issue