From 2b4003ea972e06ca0d6a980788108c36df893549 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Mon, 18 May 2026 18:50:18 -0300 Subject: [PATCH] fix(battleship,mosh): mosh enabling option --- hosts/battleship/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/battleship/configuration.nix b/hosts/battleship/configuration.nix index 72cf9e8..11ccada 100644 --- a/hosts/battleship/configuration.nix +++ b/hosts/battleship/configuration.nix @@ -62,7 +62,7 @@ }; # Mosh - services.mosh.enable = true; + programs.mosh.enable = true; # Locale time.timeZone = "America/Sao_Paulo";