Loading
nixos/headscale: remove much-loosened-up server_url check
server_url check [has been loosened upstream][1] and backported to NixOS[2]. The new, much looser check, is not practical to be implemented in Nix (you are welcome to give it a try; I've implemented the original one). Since the surface area is much smaller now (and the scenario much less common), I think we can remove this assertion altogether. [1]: https://github.com/juanfont/headscale/pull/2248 [2]: https://github.com/NixOS/nixpkgs/pull/358255