mirror of
https://github.com/srid/nixos-config.git
synced 2026-02-22 12:55:20 +08:00
gotty to ttyd
This commit is contained in:
parent
7bd20016ed
commit
f632e95717
3 changed files with 11 additions and 11 deletions
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue