fix: sing-box package in tinyproxy container

This commit is contained in:
Dmitriy Kholkin 2025-07-10 18:35:51 +03:00
parent 0172df4d55
commit 312fdc791e
Signed by: AtaraxiaDev
GPG Key ID: FD266B810DF48DF2

View File

@ -50,7 +50,7 @@ in
RuntimeDirectoryMode = "0700"; RuntimeDirectoryMode = "0700";
ExecStart = [ ExecStart = [
"" ""
"${lib.getExe cfg.package} -D \${STATE_DIRECTORY} -C \${RUNTIME_DIRECTORY} run" "${lib.getExe pkgs.sing-box} -D \${STATE_DIRECTORY} -C \${RUNTIME_DIRECTORY} run"
]; ];
}; };
wantedBy = [ "multi-user.target" ]; wantedBy = [ "multi-user.target" ];
@ -70,6 +70,7 @@ in
rejectPackets = false; rejectPackets = false;
}; };
}; };
system.stateVersion = "25.05";
}; };
}; };
}; };