From c064afda06204ab46b0d2386c5a8848e350093a3 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Mon, 18 May 2026 17:45:30 -0300 Subject: [PATCH] feat(battleship): add mosh service --- hosts/battleship/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/battleship/configuration.nix b/hosts/battleship/configuration.nix index 6a6a9bd..72cf9e8 100644 --- a/hosts/battleship/configuration.nix +++ b/hosts/battleship/configuration.nix @@ -61,6 +61,9 @@ PermitRootLogin = "forced-commands-only"; }; + # Mosh + services.mosh.enable = true; + # Locale time.timeZone = "America/Sao_Paulo"; i18n.defaultLocale = "en_US.UTF-8";