modules/clerie-system-upgrade: migrate option type from types.string to types.str
This commit is contained in:
parent
4f96034838
commit
2927edcb95
@ -21,7 +21,7 @@ in
|
||||
description = "Automatically check and install upgrades";
|
||||
};
|
||||
startAt = mkOption {
|
||||
type = with types; nullOr string;
|
||||
type = with types; nullOr str;
|
||||
default = null;
|
||||
description = "Systemd time string for starting the unit";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user