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;
|
cids = import ../modules/staticids.nix;
|
||||||
domain = "ns.cloonar.com";
|
domain = "ns.cloonar.com";
|
||||||
cfg = {
|
cfg = {
|
||||||
control-enable = "yes";
|
remote-control = {
|
||||||
|
control-enable = true;
|
||||||
|
control-use-cert = false;
|
||||||
|
};
|
||||||
server = {
|
server = {
|
||||||
interface = [ "0.0.0.0" "::0" ];
|
interface = [ "0.0.0.0" "::0" ];
|
||||||
interface-automatic = "yes";
|
interface-automatic = "yes";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue