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