feat: use sing-box-extended fork on tinyproxy container
This commit is contained in:
parent
207fad0d9d
commit
e10bf8eac9
@ -2,6 +2,7 @@
|
||||
config,
|
||||
lib,
|
||||
secretsDir,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
@ -31,6 +32,11 @@ in
|
||||
config =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
nixpkgs.overlays = [
|
||||
(_final: _prev: {
|
||||
sing-box = inputs.ataraxiasjel-nur.packages.${pkgs.hostPlatform.system}.sing-box-extended;
|
||||
})
|
||||
];
|
||||
environment.systemPackages = with pkgs; [
|
||||
dnsutils
|
||||
kitty.terminfo
|
||||
|
Loading…
x
Reference in New Issue
Block a user