Merge pull request #66073 from WilliButz/fix-unifi

nixos/unifi: create data directory with correct permissions
This commit is contained in:
Franz Pletz 2019-08-06 16:34:30 +00:00 committed by GitHub
commit 666b291d19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -148,7 +148,7 @@ in
systemd.tmpfiles.rules = [
"e '${stateDir}' 0700 unifi - - -"
"e '${stateDir}/data' 0700 unifi - - -"
"d '${stateDir}/data' 0700 unifi - - -"
];
systemd.services.unifi = {