From 8309aa04b25287fbc61a271f3354f2762a484224 Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Mon, 24 Nov 2014 02:29:53 -0800 Subject: [PATCH] unifi: Actually remove webapps at shutdown --- nixos/modules/services/networking/unifi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/networking/unifi.nix b/nixos/modules/services/networking/unifi.nix index 3a0640b0d80..ca6738f0fe1 100644 --- a/nixos/modules/services/networking/unifi.nix +++ b/nixos/modules/services/networking/unifi.nix @@ -70,7 +70,7 @@ in ''; postStop = '' - rm "${stateDir}/webapps" + rm -rf "${stateDir}/webapps" ''; serviceConfig = {