power-action: string -> str
This commit is contained in:
parent
e1547f13f7
commit
8f411d8c91
@ -16,7 +16,7 @@ let
|
|||||||
default = "BAT0";
|
default = "BAT0";
|
||||||
};
|
};
|
||||||
user = mkOption {
|
user = mkOption {
|
||||||
type = types.string;
|
type = types.str;
|
||||||
default = "power-action";
|
default = "power-action";
|
||||||
};
|
};
|
||||||
startAt = mkOption {
|
startAt = mkOption {
|
||||||
|
Loading…
Reference in New Issue
Block a user