Individualize nginx enabling also
This commit is contained in:
parent
9f595387ab
commit
03b6fbc7db
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
./virtualhosts
|
||||
];
|
||||
|
||||
options.services.webserver.enable = lib.mkEnableOption "Enable nginx related services";
|
||||
options.services.webserver.enable = lib.mkEnableOption "Enable nginx webpages";
|
||||
|
||||
config = lib.mkIf config.services.nginx.enable {
|
||||
services.nginx = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue