feat: added ssh conf for WEBsec VM
This commit is contained in:
parent
5e7dcd11c2
commit
e514f7f60b
|
@ -188,11 +188,11 @@
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1,
|
"lastModified": 1,
|
||||||
"narHash": "sha256-b3t2blYgmHf/HXc152Fa7+YKJSS05vRnrs8i+H6SWA8=",
|
"narHash": "sha256-b3t2blYgmHf/HXc152Fa7+YKJSS05vRnrs8i+H6SWA8=",
|
||||||
"path": "/nix/store/30zk66ak2dn422krhrz28igsqz03idia-source/templates",
|
"path": "/nix/store/8dcai06j0xlhcq303qrh4w92zhrk4fm7-source/templates",
|
||||||
"type": "path"
|
"type": "path"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"path": "/nix/store/30zk66ak2dn422krhrz28igsqz03idia-source/templates",
|
"path": "/nix/store/8dcai06j0xlhcq303qrh4w92zhrk4fm7-source/templates",
|
||||||
"type": "path"
|
"type": "path"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -53,6 +53,13 @@
|
||||||
user = "root";
|
user = "root";
|
||||||
inherit identityFile;
|
inherit identityFile;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"WSALVM" = {
|
||||||
|
hostname = "172.10.8.156";
|
||||||
|
user = "root";
|
||||||
|
inherit identityFile;
|
||||||
|
};
|
||||||
|
|
||||||
"valhalla" = {
|
"valhalla" = {
|
||||||
hostname = "valhalla.fs.tum.de";
|
hostname = "valhalla.fs.tum.de";
|
||||||
user = "grossmann";
|
user = "grossmann";
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
arandr
|
arandr
|
||||||
feh
|
feh
|
||||||
xclip
|
xclip
|
||||||
acpibacklight
|
acpilight
|
||||||
];
|
];
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
# Firefox touch support
|
# Firefox touch support
|
||||||
|
|
Loading…
Reference in a new issue