Kirill Elagin
Kirill Elagin
By the way, it _was_ possible to uninstall symlinks before migration from Rakefile to sh.
Honestly, I have no idea what's that about…
Just to be clear, by “authentication”, do you mean the DNS-01 challenge used to prove the control of the domain? In this case, no, I don’t use it. The reason...
The problem here is that `host` takes _two_ arguments: IPv4 and IPv6. So, in your example it should be `ns = host "SYSTEM_IP" null;`. The fact that it causes infinite...
Yes, I reproduced it using the zone from your original comment, but it can also be done by removing the second argument of `host` in the `example.nix` file in this...
I think you can do either: ```nix { subdomains.foo.A = [ (a "1.1.1.1" // { ttl = 50; }) ]; } ``` or ```nix { subdomains.foo.A = [ (ttl 60...
Damn, sorry, I missed your PR – GitHub for some reason decided that I don’t want to watch this repo :/. I have added flake myself a couple of weeks...
#14
I have the same problem. As a fix for #49, subkeys are now simply ignored, which is not the right thing to do when a specific subkey is requested with...
Right, there is one issue that can't be worked around with symlinking: getting the list of overlays. So to get the list of paludis repositories you have to go through...