Compare commits

..

1 commit

Author SHA1 Message Date
cc91339f80 Address second round of review 2025-02-27 16:55:14 +01:00

View file

@ -24,7 +24,7 @@
mkEnableOption mkEnableOption
mkOption mkOption
; ;
inherit (lib.types) listOf strMatching str path; inherit (lib.types) listOf strMatching nonEmptyStr path;
cfg = config.services.mathebau-mail; cfg = config.services.mathebau-mail;
in { in {
options.services.mathebau-mail = { options.services.mathebau-mail = {