modules/machineVars: types.string -> types.str
This commit is contained in:
parent
56df2f5e10
commit
1cd0f1188e
|
@ -52,13 +52,13 @@ t tools preinstalled.";
|
||||||
(music, video and image editing) installed.";
|
(music, video and image editing) installed.";
|
||||||
|
|
||||||
wlanInterface = mkOption {
|
wlanInterface = mkOption {
|
||||||
type = types.nullOr types.string;
|
type = types.nullOr types.str;
|
||||||
default = null;
|
default = null;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Check " ls -1 /sys/class/power_supply/ "
|
# Check " ls -1 /sys/class/power_supply/ "
|
||||||
battery = mkOption {
|
battery = mkOption {
|
||||||
type = types.nullOr types.string;
|
type = types.nullOr types.str;
|
||||||
default = null;
|
default = null;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue