{ config, lib, ... }: { config = lib.mkIf config.modules.mosh.enable { programs.mosh = { enable = true; openFirewall = false; }; }; }