update module options

This commit is contained in:
Denis Lehmann 2022-04-25 09:43:35 +02:00
parent 078f5447a7
commit 69348fa45a
2 changed files with 9 additions and 10 deletions

View file

@ -70,7 +70,6 @@
secretKey = mkOption {
type = types.str;
default = "i_am_a_key";
description = "Flask secret key";
};
};