1
0
Fork 0

modules/clerie-system-upgrade: migrate option type from types.string to types.str

This commit is contained in:
clerie 2024-03-24 13:18:27 +01:00
parent 4f96034838
commit 2927edcb95
1 changed files with 1 additions and 1 deletions

View File

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