From f202a2a63cc1b6a2e2f4fad00bd4ca078bcda556 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 22 Sep 2024 23:07:43 -0700 Subject: core: enable mosh --- modules/core/default.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'modules/core') diff --git a/modules/core/default.nix b/modules/core/default.nix index ef10e41..b086a28 100644 --- a/modules/core/default.nix +++ b/modules/core/default.nix @@ -4,4 +4,9 @@ ./sops.nix ./tailscale.nix ]; + + programs.mosh = { + enable = true; + openFirewall = false; + }; } -- cgit v1.2.3