diff options
Diffstat (limited to 'accounts/gkleen@sif/systemd.nix')
-rw-r--r-- | accounts/gkleen@sif/systemd.nix | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/accounts/gkleen@sif/systemd.nix b/accounts/gkleen@sif/systemd.nix index 119d8cc3..cefcf4ea 100644 --- a/accounts/gkleen@sif/systemd.nix +++ b/accounts/gkleen@sif/systemd.nix | |||
@@ -126,15 +126,6 @@ in { | |||
126 | After = ["graphical-session-pre.target"]; | 126 | After = ["graphical-session-pre.target"]; |
127 | }; | 127 | }; |
128 | }; | 128 | }; |
129 | dunst = { | ||
130 | Service = { | ||
131 | ExecStart = lib.mkForce "${cfg.services.dunst.package}/bin/dunst"; | ||
132 | Restart = "always"; | ||
133 | }; | ||
134 | Install = { | ||
135 | WantedBy = ["graphical-session.target"]; | ||
136 | }; | ||
137 | }; | ||
138 | keepassxc = { | 129 | keepassxc = { |
139 | Service = { | 130 | Service = { |
140 | Type = "dbus"; | 131 | Type = "dbus"; |