about summary refs log tree commit diff
path: root/nixos/modules
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
parentce67c2ef59241e6dc6cdce781ad7adcbd0918fd9 (diff)
downloadnixlib-3722f1d20ecd634291b9f2f351ace84ec7680874.tar
nixlib-3722f1d20ecd634291b9f2f351ace84ec7680874.tar.gz
nixlib-3722f1d20ecd634291b9f2f351ace84ec7680874.tar.bz2
nixlib-3722f1d20ecd634291b9f2f351ace84ec7680874.tar.lz
nixlib-3722f1d20ecd634291b9f2f351ace84ec7680874.tar.xz
nixlib-3722f1d20ecd634291b9f2f351ace84ec7680874.tar.zst
nixlib-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')
-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 18ed20e28886..839fa48d9a42 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 -"
     ];
   };