anemone/networking: let nm manage dns
This commit is contained in:
parent
ab18a8d0a2
commit
c04568cc85
1 changed files with 2 additions and 2 deletions
|
|
@ -1,12 +1,12 @@
|
||||||
{ config, ... }: {
|
{ config, ... }: {
|
||||||
networking = {
|
networking = {
|
||||||
nameservers = [ "8.8.8.8" "8.8.4.4" ];
|
#nameservers = [ "8.8.8.8" "8.8.4.4" ];
|
||||||
|
|
||||||
wg-quick.interfaces.wg0.configFile = "/persist/vpn.conf";
|
wg-quick.interfaces.wg0.configFile = "/persist/vpn.conf";
|
||||||
|
|
||||||
networkmanager = {
|
networkmanager = {
|
||||||
enable = true;
|
enable = true;
|
||||||
dns = "none";
|
#dns = "none";
|
||||||
};
|
};
|
||||||
|
|
||||||
extraHosts = ''
|
extraHosts = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue