Loading nixos/modules/services/web-apps/hedgedoc.nix +7 −0 Original line number Diff line number Diff line Loading @@ -108,6 +108,13 @@ in {option}`protocolUseSSL`. ''; }; enableStatsApi = mkOption { type = types.bool; default = false; description = lib.mdDoc '' Enables or disables the /status and /metrics endpoint. ''; }; hsts = { enable = mkOption { type = types.bool; Loading Loading
nixos/modules/services/web-apps/hedgedoc.nix +7 −0 Original line number Diff line number Diff line Loading @@ -108,6 +108,13 @@ in {option}`protocolUseSSL`. ''; }; enableStatsApi = mkOption { type = types.bool; default = false; description = lib.mdDoc '' Enables or disables the /status and /metrics endpoint. ''; }; hsts = { enable = mkOption { type = types.bool; Loading