nix: use default.target instead of multi-user.target (#3)
Some checks failed
Go Build / build (push) Has been cancelled

This commit is contained in:
raf 2025-01-09 02:58:39 +03:00 committed by GitHub
commit 9264193cd8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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