diff options
Diffstat (limited to 'modules/software/access/mosh.nix')
| -rw-r--r-- | modules/software/access/mosh.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/software/access/mosh.nix b/modules/software/access/mosh.nix new file mode 100644 index 0000000..c9af5bf --- /dev/null +++ b/modules/software/access/mosh.nix @@ -0,0 +1,6 @@ +{ + programs.mosh = { + enable = true; + openFirewall = false; + }; +} |