Update IVR stuff

This commit is contained in:
Greg Hellings
2025-09-16 09:52:23 -05:00
parent e6d4bf0cdf
commit 54d61606d1
2 changed files with 12 additions and 2 deletions
+12
View File
@@ -81,6 +81,18 @@ in
};
};
};
ssh.matchBlocks = lib.listToAttrs (lib.map (key: { name = "${key}.ivrtechnology.com"; value = {}; }) [
"apidev1"
"asdev1"
"agidev1"
"kdev1"
"kdev2"
"kdev3"
"webdev4"
"webdev5"
"web4"
]);
tmux.shell = (lib.getExe x);
};
}