fix: lib.types.string to lib.types.str

This commit is contained in:
2026-02-28 20:03:19 +01:00
parent 4d609118de
commit 1448439a28

View File

@@ -85,7 +85,7 @@
enable = lib.mkEnableOption "Ascend service";
bindAddress = lib.mkOption {
description = "Bind address (LEPTOS_SITE_ADDR)";
type = lib.types.string;
type = lib.types.str;
default = "127.0.0.1:1337";
};
};