From 2d51b7265dd906fee4abcf40a6966cfce5916b80 Mon Sep 17 00:00:00 2001 From: sinavir Date: Sat, 12 Oct 2024 17:46:04 +0200 Subject: [PATCH] feat(agb01): enable mosh --- machines/agb01/_configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/machines/agb01/_configuration.nix b/machines/agb01/_configuration.nix index 2f20fd7..9b35ffe 100644 --- a/machines/agb01/_configuration.nix +++ b/machines/agb01/_configuration.nix @@ -34,6 +34,10 @@ ]; services.openssh.enable = true; + programs.mosh = { + enable = true; + openFirewall = true; + }; # Set your time zone. time.timeZone = "Europe/Paris";