mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
Fix service description
This commit is contained in:
parent
4be5fae2da
commit
f5c4874b05
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ with pkgs.lib;
|
|||
environment.systemPackages = [ pkgs.cpufrequtils ];
|
||||
|
||||
jobs.cpufreq =
|
||||
{ description = "Initialize CPU frequency governor";
|
||||
{ description = "CPU Frequency Governor Setup";
|
||||
|
||||
after = [ "systemd-modules-load.service" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue