mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
caddy: Remove unnecessary enable option
This commit is contained in:
parent
5cb273a003
commit
8c138d274f
1 changed files with 0 additions and 3 deletions
|
|
@ -31,9 +31,6 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
options.custom.services.caddy = {
|
options.custom.services.caddy = {
|
||||||
enable = lib.mkEnableOption "" // {
|
|
||||||
default = virtualHosts != { };
|
|
||||||
};
|
|
||||||
metricsPort = lib.mkOption {
|
metricsPort = lib.mkOption {
|
||||||
type = lib.types.port;
|
type = lib.types.port;
|
||||||
default = 49514;
|
default = 49514;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue