1 2 3 4 5 6 7
{ config, lib, ... }: { config.programs.mosh = lib.mkIf config.modules.mosh.enable { enable = true; openFirewall = false; }; }