gotty to ttyd

This commit is contained in:
Sridhar Ratnakumar 2025-10-30 11:21:04 -04:00
parent 7bd20016ed
commit f632e95717
3 changed files with 11 additions and 11 deletions

View file

@ -23,10 +23,10 @@ in
"${homeMod}/all/buildMachines"
"${homeMod}/all/buildMachines/sincereintent.nix"
{
services.gotty = {
services.ttyd = {
enable = true;
port = 9999;
command = "${lib.getExe config.programs.tmux.package} new-session -A -s gotty";
command = "${lib.getExe config.programs.tmux.package} new-session -A -s ttyd";
write = true;
};
}