1{ 2 flake.modules.nixos."services/mihomo" = {pkgs, ...}: { 3 services.mihomo = { 4 enable = true; 5 # webui = pkgs.metacubexd; 6 }; 7 }; 8}