mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 12:23:02 +00:00
nixos/iwd: fix broken dhcp dns configuration
This commit is contained in:
parent
271a11a2d6
commit
d173469d3b
@ -71,8 +71,10 @@ in
|
||||
};
|
||||
|
||||
systemd.services.iwd = {
|
||||
path = [ config.networking.resolvconf.package ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
restartTriggers = [ configFile ];
|
||||
serviceConfig.ReadWritePaths = "-/etc/resolv.conf";
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user