caddy: Remove unused option

This commit is contained in:
SebastianStork 2025-10-15 23:07:46 +02:00
parent 929004083b
commit 4e65984e37

View file

@ -73,10 +73,6 @@ in
type = lib.types.port; type = lib.types.port;
default = null; default = null;
}; };
redirectFrom = lib.mkOption {
type = lib.types.listOf lib.types.nonEmptyStr;
default = [ ];
};
}; };
} }
) )