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

main
Oystein Kristoffer Tveit 2024-01-23 05:34:01 +01:00
parent 56df2f5e10
commit 1cd0f1188e
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
1 changed files with 2 additions and 2 deletions

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;
};