fix the ktailctl systemd user service failing to start on plasma startup

This commit is contained in:
cswimr 2025-01-17 19:37:50 -06:00
parent c60fbee7fd
commit cd0b21cfb3
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -87,8 +87,8 @@ in
systemd.user.services = {
ktailctl = {
enable = true;
after = [ "network.target" ];
wantedBy = [ "default.target" ];
after = [ "plasma-kcminit.service" ]; # Wait until Plasma session is initialized
wantedBy = [ "plasma-kcminit.service" ]; # Start the service along with Plasma session
description = "A GUI to monitor and manage Tailscale on your Linux desktop, built using KDE Frameworks and Kirigami2.";
serviceConfig = {
Type = "simple";