mirror of
https://github.com/nix-community/home-manager
synced 2024-11-19 01:29:46 +01:00
qsyncthingtray: remove deprecated option
(cherry picked from commit b47cc4bc66
)
This commit is contained in:
parent
6730c32c98
commit
467ba9cafd
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";
|
time = "2018-02-02T11:15:00+00:00";
|
||||||
message = ''
|
message = ''
|
||||||
|
|
|
@ -3,12 +3,6 @@
|
||||||
with lib;
|
with lib;
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
|
||||||
(mkRenamedOptionModule
|
|
||||||
[ "services" "qsyncthingtray" "enable" ]
|
|
||||||
[ "services" "syncthing" "tray" ])
|
|
||||||
];
|
|
||||||
|
|
||||||
meta.maintainers = [ maintainers.rycee ];
|
meta.maintainers = [ maintainers.rycee ];
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
|
|
Loading…
Reference in a new issue