feat: bfs: add xray package

This commit is contained in:
2026-03-31 19:59:40 +00:00
parent 04bc83e004
commit 29acdc9ad6

View File

@@ -102,4 +102,8 @@ in {
80 443 # for acme 80 443 # for acme
]; ];
}; };
environment.systemPackages = with pkgs; [
xray
];
} }