Revert "krebs.permown: [] -> {}"

This reverts commit 87937a5394.

Thanks for reviewing...
This commit is contained in:
tv 2019-04-18 10:19:10 +02:00
parent 87937a5394
commit 64d6955e5a

View File

@ -35,7 +35,7 @@ with import <stockholm/lib>;
config = let
plans = attrValues config.krebs.permown;
in mkIf (plans != {}) {
in mkIf (plans != []) {
system.activationScripts.permown = let
mkdir = plan: /* sh */ ''