feat: add the vm to the ssh config
This commit is contained in:
parent
5a6aeb1811
commit
41934a962d
1 changed files with 4 additions and 0 deletions
4
home.nix
4
home.nix
|
|
@ -59,6 +59,10 @@ in
|
||||||
"a8" = {
|
"a8" = {
|
||||||
user = "heroz";
|
user = "heroz";
|
||||||
};
|
};
|
||||||
|
# ubuntu vm
|
||||||
|
"192.168.122.85" = {
|
||||||
|
user = "heroz";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue