ssh: virtmsi support
This commit is contained in:
parent
cede974225
commit
623ed773c8
1 changed files with 5 additions and 1 deletions
|
@ -22,7 +22,7 @@ in
|
|||
programs.ssh = {
|
||||
enable = true;
|
||||
includes = [ "conf.d/*" ];
|
||||
matchBlocks = {
|
||||
matchBlocks = rec {
|
||||
"git.zynh.me" = {
|
||||
hostname = "git.zynh.me";
|
||||
user = "git";
|
||||
|
@ -53,6 +53,10 @@ in
|
|||
caveserver = {
|
||||
identityFile = keyPathIfSops "caveserver";
|
||||
};
|
||||
virtmsi = {
|
||||
hostname = "192.168.122.76";
|
||||
identityFile = keyPathIfSops "snowhawk";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue