mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 05:37:40 +03:00
Fix service description
This commit is contained in:
parent
4be5fae2da
commit
f5c4874b05
@ -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…
Reference in New Issue
Block a user