modules/clerie-system-upgrade: migrate option type from types.string to types.str
This commit is contained in:
		| @@ -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"; | ||||
|       }; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user