fix remote control unbound

This commit is contained in:
2023-12-05 16:57:47 +01:00
parent 3a04928079
commit fb75780712

View File

@@ -3,7 +3,10 @@ let
cids = import ../modules/staticids.nix;
domain = "ns.cloonar.com";
cfg = {
control-enable = "yes";
remote-control = {
control-enable = true;
control-use-cert = false;
};
server = {
interface = [ "0.0.0.0" "::0" ];
interface-automatic = "yes";