let port = 31350; in { services.cockpit = { enable = true; inherit port; }; services.hyprspace.services.manage = "/tcp/${toString port}"; }