feat: added ssh conf for WEBsec VM

This commit is contained in:
Patrick Großmann 2023-03-08 16:12:36 +09:00
parent 5e7dcd11c2
commit e514f7f60b
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F
3 changed files with 10 additions and 3 deletions

View file

@ -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"
} }
}, },

View file

@ -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";

View file

@ -29,7 +29,7 @@
arandr arandr
feh feh
xclip xclip
acpibacklight acpilight
]; ];
sessionVariables = { sessionVariables = {
# Firefox touch support # Firefox touch support