feat: use sing-box-extended by default
This commit is contained in:
parent
516b1b2a38
commit
239b5825b4
@ -13,6 +13,7 @@ let
|
||||
cfgOcis = config.services.ocis;
|
||||
in
|
||||
{
|
||||
environment.systemPackages = [ pkgs.sing-box-extended ];
|
||||
# Tailscale exit-node
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
|
@ -42,7 +42,7 @@ in
|
||||
# youtube-to-mpv = prev.callPackage ./packages/youtube-to-mpv.nix { term = config.defaultApplications.term.cmd; };
|
||||
# yt-archivist = prev.callPackage ./packages/yt-archivist { };
|
||||
yt-dlp = unstable.yt-dlp;
|
||||
sing-box = unstable.sing-box;
|
||||
sing-box = final.sing-box-extended;
|
||||
wine = prev.wineWow64Packages.stagingFull;
|
||||
|
||||
# Patch spotify with spotx
|
||||
|
Loading…
x
Reference in New Issue
Block a user