power-action: string -> str

This commit is contained in:
lassulus 2019-10-14 13:11:56 +02:00
parent e1547f13f7
commit 8f411d8c91

View File

@ -16,7 +16,7 @@ let
default = "BAT0";
};
user = mkOption {
type = types.string;
type = types.str;
default = "power-action";
};
startAt = mkOption {