# Module arguments which our system can use to refer to its own configuration { config, lib, pkgs, ... }: { imports = [ ../modules/ssh.nix ]; options = { }; config = { services.openssh.ports = [ 2022 ]; }; }