NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.5k stars 13.68k forks source link

cpupower-gui is broken #327397

Closed coffeeispower closed 2 months ago

coffeeispower commented 2 months ago

Describe the bug

cpupower-gui just doesn't start at all after adding to configuration and rebuilding. It seems like it relies on a systemd service called cpupower-gui-helper, however it doesn't appear on systemctl list-units at all and you can't start it.

Screenshots

imagem

Notify maintainers

@unode

Metadata

Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.

nix-configuration on  flakes [$!] via ❄️  impure (nix-shell-env) 
❯ nix-shell -p nix-info --run "nix-info -m"
 - system: `"x86_64-linux"`
 - host os: `Linux 6.9.3, NixOS, 24.05 (Uakari), 24.05.20240609.2819fff`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.22.1`
 - channels(root): `"nixos-23.11"`
 - nixpkgs: `/nix/store/giq1qbcwfx5gq0g9jf6id0b3m55a860j-source`

Add a :+1: reaction to issues you find important.

unode commented 2 months ago

Do you have services.cpupower-gui.enable set?

coffeeispower commented 2 months ago

@unode I didn't know that was a thing sorry

unode commented 2 months ago

No worries. Some software in nixpkgs, especially that which require system services often has such configuration that enables said services.

Um abraço!