mirror of
https://github.com/kp2pml30/dotfiles.git
synced 2026-04-14 22:31:46 +04:00
first xray
This commit is contained in:
parent
bbacfb100e
commit
c2106ca1a6
18 changed files with 482 additions and 29 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue