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
-2
View File
@@ -21,7 +21,6 @@ in
name = "libvirt";
restart_service = true;
}
"mysql"
"nushell"
"poetry"
{
@@ -42,7 +41,6 @@ in
"ghostty"
"firefox"
"microsoft-teams"
"mysqlworkbench"
"notunes"
"onlyoffice"
"pgadmin4"
+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);
};
}