aboutsummaryrefslogtreecommitdiff
path: root/modules/misc/news.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/misc/news.nix')
-rw-r--r--modules/misc/news.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/modules/misc/news.nix b/modules/misc/news.nix
index fae01869122..62f57a44cec 100644
--- a/modules/misc/news.nix
+++ b/modules/misc/news.nix
@@ -1619,21 +1619,6 @@ in
A new module is available: 'services.dropbox'.
'';
}
-
- {
- time = "2020-08-03T22:34:42+00:00";
- condition = hostPlatform.isLinux && (with config.systemd.user;
- services != {} || sockets != {} || targets != {} || timers != {});
- message = ''
- The systemd activation is now handled by 'sd-switch', a program that
- stops, starts, reloads, etc. systemd units as necessary to match the
- new Home Manager configuration.
-
- Since sd-switch is relatively lightweight it is always used and the
- option 'systemd.user.startServices' is therefore considered obsolete
- and can be removed from your configuration.
- '';
- }
];
};
}