mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
Merge pull request #66073 from WilliButz/fix-unifi
nixos/unifi: create data directory with correct permissions
This commit is contained in:
commit
666b291d19
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue