Merge pull request #68213 from worldofpeace/ead/fix

nixos/iwd: add tmpfiles rule for ead service
This commit is contained in:
worldofpeace 2019-09-07 03:40:06 -04:00 committed by GitHub
commit 416f057bc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 -"
];
};