From d6a490266261e5d0f8b2610d1629063c33b23064 Mon Sep 17 00:00:00 2001 From: WilliButz Date: Mon, 5 Aug 2019 15:00:03 +0200 Subject: nixos/unifi: create data directory with correct permissions --- nixos/modules/services/networking/unifi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules') diff --git a/nixos/modules/services/networking/unifi.nix b/nixos/modules/services/networking/unifi.nix index 9057a1e12b33..6239c88b7e41 100644 --- a/nixos/modules/services/networking/unifi.nix +++ b/nixos/modules/services/networking/unifi.nix @@ -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 = { -- cgit 1.4.1