add bsd machine
This commit is contained in:
parent
9ef1098129
commit
b386443842
2
home.nix
2
home.nix
|
@ -45,6 +45,8 @@
|
||||||
# ssh around in the local network
|
# ssh around in the local network
|
||||||
beta = "ssh beta.fritz.box";
|
beta = "ssh beta.fritz.box";
|
||||||
betaroot = "ssh root@beta.fritz.box";
|
betaroot = "ssh root@beta.fritz.box";
|
||||||
|
bsd = "ssh bsd.fritz.box";
|
||||||
|
bsdroot = "ssh root@bsd.fritz.box";
|
||||||
mac = "ssh mac.fritz.box";
|
mac = "ssh mac.fritz.box";
|
||||||
macroot = "ssh root@mac.fritz.box";
|
macroot = "ssh root@mac.fritz.box";
|
||||||
mini = "ssh mini.fritz.box";
|
mini = "ssh mini.fritz.box";
|
||||||
|
|
Loading…
Reference in a new issue