Compare commits

...

2 commits

Author SHA1 Message Date
raf
9264193cd8
nix: use default.target instead of multi-user.target (#3)
Some checks failed
Go Build / build (push) Has been cancelled
2025-01-09 02:58:39 +03:00
Fazzi
e86fe61cbe use default.target instead of multi-user.target 2025-01-08 23:46:19 +00:00

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