Skip to content

Commit

Permalink
nixos/dokuwiki: add missing option enable
Browse files Browse the repository at this point in the history
  • Loading branch information
onny authored and happysalada committed Nov 2, 2021
1 parent 550dab2 commit 50029ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nixos/modules/services/web-apps/dokuwiki.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ let
siteOpts = { config, lib, name, ... }:
{
options = {
enable = mkEnableOption "DokuWiki web application.";

package = mkOption {
type = types.package;
default = pkgs.dokuwiki;
Expand Down

0 comments on commit 50029ed

Please sign in to comment.