public-access-proxy: fix deprecation warning

This commit is contained in:
Sandro - 2023-12-16 16:47:01 +01:00
parent 031983e019
commit eaaee6d53c
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ in
type = lib.types.submodule {
options = {
host = lib.mkOption {
type = with lib.types; nullOr string;
type = with lib.types; nullOr str;
default = null;
description = ''
Host to forward traffic to.