{ config, lib, pkgs, ... }: { # enable the openssh daemon services.openssh = { enable = true; openFirewall = true; }; }