fix control-enable
This commit is contained in:
parent
679c86fc4f
commit
b4fe570ee4
1 changed files with 1 additions and 1 deletions
|
|
@ -3,8 +3,8 @@ let
|
||||||
cids = import ../modules/staticids.nix;
|
cids = import ../modules/staticids.nix;
|
||||||
domain = "ns.cloonar.com";
|
domain = "ns.cloonar.com";
|
||||||
cfg = {
|
cfg = {
|
||||||
|
control-enable = true;
|
||||||
server = {
|
server = {
|
||||||
control-enable = true;
|
|
||||||
interface = [ "0.0.0.0" "::0" ];
|
interface = [ "0.0.0.0" "::0" ];
|
||||||
interface-automatic = "yes";
|
interface-automatic = "yes";
|
||||||
access-control = [
|
access-control = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue