Corrected use of nginx module

This commit is contained in:
Julien Malka 2021-12-04 14:12:36 +01:00
parent f4f5d6e869
commit c329cc16fd
9 changed files with 10 additions and 25 deletions

View file

@ -7,6 +7,7 @@ in {
enable = mkEnableOption "activate nginx service";
email = mkOption {
type = types.str;
default = "julien.malka@me.com";
};
};