aboutsummaryrefslogtreecommitdiff
path: root/modules/systemd.nix
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2017-01-16 20:26:42 +0100
committerRobert Helgesson <robert@rycee.net>2017-01-16 20:33:53 +0100
commitf35b9a9970ef66eb8ede5a5595b01777e55fde4a (patch)
treeddf19087d75116d9590ae060b65c9fd942cd2543 /modules/systemd.nix
parent8ce389ce2acca7a630c3d25466fa20993843d28c (diff)
Add initial section of activation script
The initial section creates some useful variables for use by later activation sections.
Diffstat (limited to 'modules/systemd.nix')
-rw-r--r--modules/systemd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/systemd.nix b/modules/systemd.nix
index 784be8db69c..de3492308a9 100644
--- a/modules/systemd.nix
+++ b/modules/systemd.nix
@@ -69,7 +69,7 @@ in
(buildServices "timer" config.systemd.user.timers)
);
- home.activation.reloadSystemD = stringAfter ["linkages"] ''
+ home.activation.reloadSystemD = ''
function systemdPostReload() {
local servicesDiffFile="$(mktemp)"
local oldUserServicePath="$oldGenPath/home-files/.config/systemd/user"