simplify enable opts, and fix security.nix
This commit is contained in:
parent
06b42a1aa6
commit
5d5cd7979c
10 changed files with 34 additions and 40 deletions
|
@ -5,10 +5,7 @@ let
|
|||
cfg = config.modules.services.nginx-config;
|
||||
in {
|
||||
options.modules.services.nginx-config = {
|
||||
enable = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
};
|
||||
enable = mkEnableOption "enable nginx, a high performance web server along with default configurations";
|
||||
|
||||
package = mkOption {
|
||||
type = types.package;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue