modules/machineVars: types.string -> types.str

This commit is contained in:
2024-01-23 05:34:01 +01:00
parent 56df2f5e10
commit 1cd0f1188e

View File

@@ -52,13 +52,13 @@ t tools preinstalled.";
(music, video and image editing) installed.";
wlanInterface = mkOption {
type = types.nullOr types.string;
type = types.nullOr types.str;
default = null;
};
# Check " ls -1 /sys/class/power_supply/ "
battery = mkOption {
type = types.nullOr types.string;
type = types.nullOr types.str;
default = null;
};