1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-25 07:58:31 +02:00

qsyncthingtray: remove deprecated option

This commit is contained in:
Robert Helgesson 2018-02-26 22:30:28 +01:00
parent e307ceeee7
commit b47cc4bc66
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86
2 changed files with 0 additions and 17 deletions

View File

@ -479,17 +479,6 @@ in
'';
}
{
time = "2018-01-25T11:35:08+00:00";
condition = options.services.qsyncthingtray.enable.isDefined;
message = ''
'services.qsyncthingtray' has been merged into 'services.syncthing'.
Please, use 'services.syncthing.tray' option to activate the tray service.
The old module will be removed on February 25, 2018.
'';
}
{
time = "2018-02-02T11:15:00+00:00";
message = ''

View File

@ -3,12 +3,6 @@
with lib;
{
imports = [
(mkRenamedOptionModule
[ "services" "qsyncthingtray" "enable" ]
[ "services" "syncthing" "tray" ])
];
meta.maintainers = [ maintainers.rycee ];
options = {