Files
util.nix/nixos/system/bfs.netherland.xray/bfs.netherland.xray.nix
2026-05-23 18:27:02 +00:00

27 lines
335 B
Nix

{
inputs,
flake,
self,
}: {
lib,
pkgs,
modulesPath,
config,
...
}: {
# TODO:
# white list
# torent
# rate limit
# ping - game and speak
imports = [
self.nixosModules.xray-system
];
hectic.generic.xray-system = {
enable = true;
defaultSopsFile = ../../../sus/bfs.xray.yaml;
};
}