fix remote control unbound
This commit is contained in:
parent
3a04928079
commit
fb75780712
1 changed files with 4 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue