chore: devide xrays systems
This commit is contained in:
26
nixos/system/bfs.poland.xray/bfs.poland.xray.nix
Normal file
26
nixos/system/bfs.poland.xray/bfs.poland.xray.nix
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
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;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user