about summary refs log tree commit diff
path: root/nixos/modules/services/networking/iwd.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-12-08 18:00:53 +0000
committerGitHub <noreply@github.com>2023-12-08 18:00:53 +0000
commit5f3708016ca0ef547d3fb79a521e9d5bad15d454 (patch)
treec2e70dd0d246f0a5f493757b0b5fd79f181705ea /nixos/modules/services/networking/iwd.nix
parent367355c96657f81fcedc3cd86d4657b29fab089e (diff)
parent869d88db9b1aee20665260a4964f558bec91018a (diff)
downloadnixlib-5f3708016ca0ef547d3fb79a521e9d5bad15d454.tar
nixlib-5f3708016ca0ef547d3fb79a521e9d5bad15d454.tar.gz
nixlib-5f3708016ca0ef547d3fb79a521e9d5bad15d454.tar.bz2
nixlib-5f3708016ca0ef547d3fb79a521e9d5bad15d454.tar.lz
nixlib-5f3708016ca0ef547d3fb79a521e9d5bad15d454.tar.xz
nixlib-5f3708016ca0ef547d3fb79a521e9d5bad15d454.tar.zst
nixlib-5f3708016ca0ef547d3fb79a521e9d5bad15d454.zip
Merge master into staging-next
Diffstat (limited to 'nixos/modules/services/networking/iwd.nix')
-rw-r--r--nixos/modules/services/networking/iwd.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/services/networking/iwd.nix b/nixos/modules/services/networking/iwd.nix
index b74f5d0bec9b..d46c1a69a619 100644
--- a/nixos/modules/services/networking/iwd.nix
+++ b/nixos/modules/services/networking/iwd.nix
@@ -64,8 +64,10 @@ in
     };
 
     systemd.services.iwd = {
+      path = [ config.networking.resolvconf.package ];
       wantedBy = [ "multi-user.target" ];
       restartTriggers = [ configFile ];
+      serviceConfig.ReadWritePaths = "-/etc/resolv.conf";
     };
   };