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, 15 insertions, 0 deletions
diff --git a/modules/misc/news.nix b/modules/misc/news.nix
index 62f57a44cec..fae01869122 100644
--- a/modules/misc/news.nix
+++ b/modules/misc/news.nix
@@ -1619,6 +1619,21 @@ 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.
+ '';
+ }
];
};
}