summaryrefslogtreecommitdiff
path: root/modules/system/access/mosh.nix
blob: c9af5bfc22ff38dfd50eb1bd23b51c8f6dcdb0f5 (plain) (blame)
1
2
3
4
5
6
{
  programs.mosh = {
    enable = true;
    openFirewall = false;
  };
}