nixos/redshift: Add rename for provider option
This was an oversight in https://github.com/NixOS/nixpkgs/pull/64309 resulting it backwards incompatibilities
This commit is contained in:
parent
ecf5f85a81
commit
e686b39288
|
@ -22,6 +22,7 @@ in {
|
|||
in if value == null then
|
||||
throw "services.redshift.longitude is set to null, you can remove this"
|
||||
else builtins.fromJSON value))
|
||||
(mkRenamedOptionModule [ "services" "redshift" "provider" ] [ "location" "provider" ])
|
||||
];
|
||||
|
||||
options.services.redshift = {
|
||||
|
|
Loading…
Reference in New Issue