diff options
| author | Fuwn <[email protected]> | 2024-09-01 20:16:11 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-01 20:16:11 -0700 |
| commit | 85eab3d3adb47cfa4229c73966aae49312bbc285 (patch) | |
| tree | 3177b77a595c80c452ecec25642c47399000b2f1 /modules/programs/mosh.nix | |
| parent | ok (diff) | |
| download | nixos-config-85eab3d3adb47cfa4229c73966aae49312bbc285.tar.xz nixos-config-85eab3d3adb47cfa4229c73966aae49312bbc285.zip | |
hi
Diffstat (limited to 'modules/programs/mosh.nix')
| -rw-r--r-- | modules/programs/mosh.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/programs/mosh.nix b/modules/programs/mosh.nix new file mode 100644 index 0000000..09b0937 --- /dev/null +++ b/modules/programs/mosh.nix @@ -0,0 +1,6 @@ +{ + programs.mosh = { + enable = true; + openFirewall = true; + }; +} |