0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

nixos/fireqos: fix service not being enabled

Signed-off-by: budimanjojo <budimanjojo@gmail.com>
This commit is contained in:
budimanjojo 2024-12-03 16:44:27 +07:00
parent e3ca8012e9
commit 7ed1bb9467
No known key found for this signature in database

View file

@ -35,6 +35,7 @@ in {
systemd.services.fireqos = {
description = "FireQOS";
after = [ "network.target" ];
wantedBy = [ "multi-user.target" ];
serviceConfig = {
Type = "oneshot";
RemainAfterExit = true;