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;