krebs.permown: [] -> {}
This commit is contained in:
parent
bc200e5155
commit
87937a5394
@ -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