From e86fe61cbe03a60d0aa11eefde8871510b136d09 Mon Sep 17 00:00:00 2001 From: Fazzi Date: Wed, 8 Jan 2025 23:46:19 +0000 Subject: [PATCH] use default.target instead of multi-user.target --- nix/module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/module.nix b/nix/module.nix index bbfe79e..a6f7d3b 100644 --- a/nix/module.nix +++ b/nix/module.nix @@ -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