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

View File

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