0
0
Fork 0
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:
Jörg Thalheim 2020-02-04 14:19:04 +00:00
parent 04bfeeac79
commit c24a2d3e32
No known key found for this signature in database
GPG key ID: 003F2096411B5F92

View file

@ -15,6 +15,8 @@ in
environment.systemPackages = [ pkgs.irqbalance ];
systemd.services.irqbalance.wantedBy = ["multi-user.target"];
systemd.packages = [ pkgs.irqbalance ];
};