diff --git a/nixos/modules/services/misc/tp-auto-kbbl.nix b/nixos/modules/services/misc/tp-auto-kbbl.nix index 6db22e5aa840..2af0521b848a 100644 --- a/nixos/modules/services/misc/tp-auto-kbbl.nix +++ b/nixos/modules/services/misc/tp-auto-kbbl.nix @@ -37,6 +37,8 @@ in config = lib.mkIf cfg.enable { environment.systemPackages = [ cfg.package ]; + services.upower.enable = true; + systemd.services.tp-auto-kbbl = { serviceConfig = { ExecStart = lib.concatStringsSep " " (