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.";
|
||||
|
||||
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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue