krebs.permown: [] -> {}

This commit is contained in:
tv 2019-04-18 09:53:31 +02:00
parent bc200e5155
commit 87937a5394

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 */ ''