fix: lib.types.string to lib.types.str
This commit is contained in:
@@ -85,7 +85,7 @@
|
|||||||
enable = lib.mkEnableOption "Ascend service";
|
enable = lib.mkEnableOption "Ascend service";
|
||||||
bindAddress = lib.mkOption {
|
bindAddress = lib.mkOption {
|
||||||
description = "Bind address (LEPTOS_SITE_ADDR)";
|
description = "Bind address (LEPTOS_SITE_ADDR)";
|
||||||
type = lib.types.string;
|
type = lib.types.str;
|
||||||
default = "127.0.0.1:1337";
|
default = "127.0.0.1:1337";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user