Set nameservers for cj (bypass circular pihole), enable ipv6 temp addrs
This commit is contained in:
parent
b7c65ba37d
commit
67080d07bc
@ -58,10 +58,12 @@
|
|||||||
# The global useDHCP flag is deprecated, therefore explicitly set to false here. Per-interface useDHCP will be mandatory in the future, so this generated config replicates the default behaviour.
|
# The global useDHCP flag is deprecated, therefore explicitly set to false here. Per-interface useDHCP will be mandatory in the future, so this generated config replicates the default behaviour.
|
||||||
useDHCP = false;
|
useDHCP = false;
|
||||||
interfaces.eth0.useDHCP = true;
|
interfaces.eth0.useDHCP = true;
|
||||||
interfaces.wlan0.useDHCP = true;
|
#interfaces.wlan0.useDHCP = true;
|
||||||
|
|
||||||
|
nameservers = ["1.1.1.1" "9.9.9.9" "8.8.8.8" "1.0.0.1"];
|
||||||
|
|
||||||
enableIPv6 = true;
|
enableIPv6 = true;
|
||||||
tempAddresses = "disabled"; # do not create temporary ipv6 addresses
|
#tempAddresses = "disabled"; # do not create temporary ipv6 addresses
|
||||||
|
|
||||||
wireless = {
|
wireless = {
|
||||||
enable = false; # turn of wifi until needed
|
enable = false; # turn of wifi until needed
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user