anemone/networking: let nm manage dns

This commit is contained in:
LavaDesu 2024-03-14 14:22:04 +11:00
parent ab18a8d0a2
commit c04568cc85
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -1,12 +1,12 @@
{ config, ... }: {
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";
networkmanager = {
enable = true;
dns = "none";
#dns = "none";
};
extraHosts = ''