feat(info): add stationary attribute

This commit is contained in:
Infinidoge 2022-05-12 11:16:40 -04:00
parent 3c9b2115b6
commit b137f9ff8b
2 changed files with 3 additions and 0 deletions

View file

@ -27,6 +27,7 @@ in
env = {
wm = mkInfoOpt;
};
stationary = mkBoolOpt false;
};
secrets = mkOpt (attrsOf path) { };