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