diff --git a/modules/system/services/caddy.nix b/modules/system/services/caddy.nix index bd7f393..35ec99a 100644 --- a/modules/system/services/caddy.nix +++ b/modules/system/services/caddy.nix @@ -73,10 +73,6 @@ in type = lib.types.port; default = null; }; - redirectFrom = lib.mkOption { - type = lib.types.listOf lib.types.nonEmptyStr; - default = [ ]; - }; }; } )