summary refs log tree commit diff
path: root/nixos/modules/services/networking/iwd.nix
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-09-06 11:32:40 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-09-06 11:32:55 -0400
commit3722f1d20ecd634291b9f2f351ace84ec7680874 (patch)
treecc8849ea88faed2436eb958f7d251fb53cc8fc58 /nixos/modules/services/networking/iwd.nix
parentce67c2ef59241e6dc6cdce781ad7adcbd0918fd9 (diff)
downloadnixpkgs-3722f1d20ecd634291b9f2f351ace84ec7680874.tar
nixpkgs-3722f1d20ecd634291b9f2f351ace84ec7680874.tar.gz
nixpkgs-3722f1d20ecd634291b9f2f351ace84ec7680874.tar.bz2
nixpkgs-3722f1d20ecd634291b9f2f351ace84ec7680874.tar.lz
nixpkgs-3722f1d20ecd634291b9f2f351ace84ec7680874.tar.xz
nixpkgs-3722f1d20ecd634291b9f2f351ace84ec7680874.tar.zst
nixpkgs-3722f1d20ecd634291b9f2f351ace84ec7680874.zip
nixos/iwd: add tmpfiles rule for ead service
This is needed for the wired service ead.service.
(in ReadWritePaths)
Diffstat (limited to 'nixos/modules/services/networking/iwd.nix')
-rw-r--r--nixos/modules/services/networking/iwd.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/networking/iwd.nix b/nixos/modules/services/networking/iwd.nix
index 18ed20e2888..839fa48d9a4 100644
--- a/nixos/modules/services/networking/iwd.nix
+++ b/nixos/modules/services/networking/iwd.nix
@@ -26,6 +26,7 @@ in {
 
     systemd.tmpfiles.rules = [
       "d /var/lib/iwd 0700 root root -"
+      "d /var/lib/ead 0700 root root -"
     ];
   };