4 lines
91 B
Nix
4 lines
91 B
Nix
{ config, ... }:
|
|
{
|
|
systemd.services.openvpn-hft.wants = [ "shadowsocks-hft.service" ];
|
|
}
|