mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/irqbalance: re-add multi-user.target
otherwise the service is never started by us.
This commit is contained in:
parent
04bfeeac79
commit
c24a2d3e32
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ in
|
|||
|
||||
environment.systemPackages = [ pkgs.irqbalance ];
|
||||
|
||||
systemd.services.irqbalance.wantedBy = ["multi-user.target"];
|
||||
|
||||
systemd.packages = [ pkgs.irqbalance ];
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue