Initial commit
This commit is contained in:
commit
1ceaf7acff
26 changed files with 434 additions and 0 deletions
4
machines/lil-maid/modules/network/vpn/hft.nix
Normal file
4
machines/lil-maid/modules/network/vpn/hft.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
systemd.services.openvpn-hft.wants = [ "shadowsocks-hft.service" ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue