remove references to power-profiles-daemon.service in the user service, you can't reference sysemd services in a systemd user service

This commit is contained in:
Fazzi 2025-01-08 09:10:56 +00:00
commit af8453bd5c

View file

@ -41,8 +41,6 @@ in {
systemd.user.services.batmon = {
description = "Simple, reactive power management service";
documentation = ["https://github.com/NotAShelf/batmon"];
wants = ["power-profiles-daemon.service"];
requires = ["power-profiles-daemon.service"];
wantedBy = ["multi-user.target"];
environment.PATH = mkForce "/run/wrappers/bin:${lib.makeBinPath [cfg.package]}";
script = ''