Hi all. Is there a way to exclude some NixOS module from evaluation and put my module instead? That is, NixOS defines services.foo and I want to use my own service.foo. I'm not sure it's a good idea, at least I can use a namespace (service.my.foo) or give my service a fancy name.