From 8a66eb1b6b14027170a60bf2a66ddfa5984574ab Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Thu, 26 Feb 2026 12:00:34 -0600 Subject: gotty -> ttyd, -W --- modules/services/nixos/btopweb.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/services/nixos') diff --git a/modules/services/nixos/btopweb.nix b/modules/services/nixos/btopweb.nix index 1975c5d..dc6ef87 100644 --- a/modules/services/nixos/btopweb.nix +++ b/modules/services/nixos/btopweb.nix @@ -28,7 +28,7 @@ in { User = "btopweb"; Type = "simple"; - ExecStart = "${pkgs.gotty}/bin/gotty --reconnect --port ${toString cfg.port} ${pkgs.btop}/bin/btop"; + ExecStart = ''${pkgs.ttyd}/bin/ttyd -W -i ${cfg.listenAddr} -p ${toString cfg.port} ${pkgs.btop}/bin/btop''; }; }; }; -- cgit v1.3.1