first xray

This commit is contained in:
kp2pml30 2025-10-18 12:43:35 +09:00
parent bbacfb100e
commit c2106ca1a6
Signed by: kp2pml30
GPG key ID: CD6528BAC23E3E34
18 changed files with 482 additions and 29 deletions

View file

@ -22,6 +22,7 @@ in {
dns = lib.mkEnableOption "";
nix-cache = lib.mkEnableOption "";
xray = lib.mkEnableOption "";
sitePath = lib.mkOption {
type = lib.types.str;
@ -29,6 +30,7 @@ in {
};
imports = [
./ports.nix
./ssh.nix
./nginx.nix
./boot.nix
@ -36,6 +38,8 @@ in {
./forgejo.nix
./dns.nix
./nix-cache.nix
./xray.nix
./secrets.nix
];
config = {