Add Shadowsocks proxy service
This commit is contained in:
parent
854b6374d7
commit
26165af972
7 changed files with 70 additions and 0 deletions
|
|
@ -199,4 +199,16 @@ in
|
|||
];
|
||||
# specialArgs = { };
|
||||
};
|
||||
|
||||
shadowshocks = nixpkgs.lib.nixosSystem {
|
||||
pkgs = pkgs "x86_64-linux";
|
||||
modules = [
|
||||
myModules
|
||||
proxmoxModule
|
||||
./shadowshocks
|
||||
agenix.nixosModules.default
|
||||
];
|
||||
# specialArgs = { };
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue