Update IVR stuff
This commit is contained in:
@@ -21,7 +21,6 @@ in
|
|||||||
name = "libvirt";
|
name = "libvirt";
|
||||||
restart_service = true;
|
restart_service = true;
|
||||||
}
|
}
|
||||||
"mysql"
|
|
||||||
"nushell"
|
"nushell"
|
||||||
"poetry"
|
"poetry"
|
||||||
{
|
{
|
||||||
@@ -42,7 +41,6 @@ in
|
|||||||
"ghostty"
|
"ghostty"
|
||||||
"firefox"
|
"firefox"
|
||||||
"microsoft-teams"
|
"microsoft-teams"
|
||||||
"mysqlworkbench"
|
|
||||||
"notunes"
|
"notunes"
|
||||||
"onlyoffice"
|
"onlyoffice"
|
||||||
"pgadmin4"
|
"pgadmin4"
|
||||||
|
|||||||
@@ -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);
|
tmux.shell = (lib.getExe x);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user