{lib, ...}: { imports = [./common.nix]; programs.ssh.matchBlocks = { "vanguard" = { user = "xenia"; hostname = "192.168.1.166"; }; "git.xenia.me.uk" = lib.hm.dag.entryBefore ["git*"] { user = "gitea"; port = 2222; }; }; }