use default.target instead of multi-user.target

This commit is contained in:
Fazzi 2025-01-08 23:46:19 +00:00
parent 90a5b894e9
commit e86fe61cbe

View file

@ -50,7 +50,7 @@ in {
systemd.user.services.batmon = {
description = "Simple, reactive power management service";
documentation = ["https://github.com/NotAShelf/batmon"];
wantedBy = ["multi-user.target"];
wantedBy = ["default.target"];
environment.PATH = mkForce "/run/wrappers/bin:${lib.makeBinPath [
# Batmon expects powerprofilesctl in PATH
config.services.power-profiles-daemon.package