Revert "krebs.permown: [] -> {}"
This reverts commit 87937a5394
.
Thanks for reviewing...
This commit is contained in:
parent
87937a5394
commit
64d6955e5a
@ -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 */ ''
|
||||
|
Loading…
Reference in New Issue
Block a user