reenable scheibnkleister-presence

This commit is contained in:
Kopatz
2025-08-19 13:56:57 +02:00
parent d2104b49bf
commit e0772741cc

View File

@@ -115,20 +115,20 @@
''; '';
}; };
##systemd.user.services.scheibnkleister-presence = { systemd.user.services.scheibnkleister-presence = {
## description = "scheibnkleister-presence"; description = "scheibnkleister-presence";
## wantedBy = [ "graphical-session.target" ]; wantedBy = [ "graphical-session.target" ];
## wants = [ "graphical-session.target" ]; wants = [ "graphical-session.target" ];
## after = [ "graphical-session.target" ]; after = [ "graphical-session.target" ];
## serviceConfig = { serviceConfig = {
## Type = "simple"; Type = "simple";
## ExecStart = ExecStart =
## "${pkgs.scheibnkleister-presence}/bin/scheibnkleister-presence"; "${pkgs.scheibnkleister-presence}/bin/scheibnkleister-presence";
## Restart = "on-failure"; Restart = "on-failure";
## RestartSec = 1; RestartSec = 1;
## TimeoutStopSec = 10; TimeoutStopSec = 10;
## }; };
##}; };
# apple shit # apple shit