mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Fix iwd dns
This commit is contained in:
parent
dc6c6d9680
commit
f425d2bf52
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@
|
||||||
settings = {
|
settings = {
|
||||||
General.EnableNetworkConfiguration = true;
|
General.EnableNetworkConfiguration = true;
|
||||||
Settings.AutoConnect = true;
|
Settings.AutoConnect = true;
|
||||||
|
Network.NameResolvingService = "resolvconf";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue