nixos/iwd: add tmpfiles rule for ead service

This is needed for the wired service ead.service.
(in ReadWritePaths)
This commit is contained in:
worldofpeace 2019-09-06 11:32:40 -04:00
parent ce67c2ef59
commit 3722f1d20e
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ in {
systemd.tmpfiles.rules = [
"d /var/lib/iwd 0700 root root -"
"d /var/lib/ead 0700 root root -"
];
};