mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
qsyncthingtray: remove deprecated option
This commit is contained in:
parent
e307ceeee7
commit
b47cc4bc66
2 changed files with 0 additions and 17 deletions
|
@ -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 = ''
|
||||
|
|
|
@ -3,12 +3,6 @@
|
|||
with lib;
|
||||
|
||||
{
|
||||
imports = [
|
||||
(mkRenamedOptionModule
|
||||
[ "services" "qsyncthingtray" "enable" ]
|
||||
[ "services" "syncthing" "tray" ])
|
||||
];
|
||||
|
||||
meta.maintainers = [ maintainers.rycee ];
|
||||
|
||||
options = {
|
||||
|
|
Loading…
Reference in a new issue