weilite: switch to dae in network module
This commit is contained in:
parent
1aad6589cf
commit
5f9c896db0
2 changed files with 4 additions and 6 deletions
|
@ -25,6 +25,8 @@ in
|
|||
useLocalResolver = true;
|
||||
};
|
||||
|
||||
services.resolved.enable = mkIf cfg.localdns.enable false;
|
||||
|
||||
services.kresd = mkIf cfg.localdns.enable {
|
||||
enable = true;
|
||||
listenPlain = [ "127.0.0.1:53" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue