diff options
| author | Fuwn <[email protected]> | 2024-09-03 18:02:42 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-03 18:02:42 -0700 |
| commit | a59aebb4834262c549a4260d0164ae1c9f895384 (patch) | |
| tree | ba57cc8bb6df045829165fc2833f400fec95969e /modules/programs | |
| parent | harden ssh (diff) | |
| download | nixos-config-a59aebb4834262c549a4260d0164ae1c9f895384.tar.xz nixos-config-a59aebb4834262c549a4260d0164ae1c9f895384.zip | |
tailscale
Diffstat (limited to 'modules/programs')
| -rw-r--r-- | modules/programs/mosh.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/programs/mosh.nix b/modules/programs/mosh.nix index 09b0937..c9af5bf 100644 --- a/modules/programs/mosh.nix +++ b/modules/programs/mosh.nix @@ -1,6 +1,6 @@ { programs.mosh = { enable = true; - openFirewall = true; + openFirewall = false; }; } |