mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
nixos/testing: Add ipv6 configuration
This contribution enables a working IPv6 setup by default. This works analog to the current automatic IPv4 setup.
This commit is contained in:
parent
f322e8f25c
commit
c6f6c28218
13 changed files with 84 additions and 43 deletions
|
@ -49,7 +49,7 @@ in
|
|||
settings = {
|
||||
server = {
|
||||
interface = [ "0.0.0.0" "::" ];
|
||||
access-control = [ "192.168.1.0/24 allow" ];
|
||||
access-control = [ "192.168.0.0/24 allow" "::/0 allow" ];
|
||||
|
||||
domain-insecure = "local";
|
||||
private-domain = "local";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue