anemone/networking: disable nm dns

This commit is contained in:
LavaDesu 2024-02-19 16:32:50 +11:00
parent 78f45a4fe8
commit 56d541cfa5
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -6,6 +6,7 @@
networkmanager = { networkmanager = {
enable = true; enable = true;
wifi.backend = "iwd"; wifi.backend = "iwd";
dns = "none";
}; };
extraHosts = '' extraHosts = ''