mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 19:34:06 +00:00
Merge pull request #270355 from sinanmohd/iwd-resolvconf
nixos/iwd: fix broken dhcp dns configuration
This commit is contained in:
commit
d79786694d
@ -64,8 +64,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