This commit is contained in:
Hadi
2024-09-04 22:01:48 +02:00
parent cc8d0ddca3
commit 2ffa7e9518
5 changed files with 63 additions and 15 deletions

10
hosts/modules/ovpn.nix Normal file
View File

@@ -0,0 +1,10 @@
{
boot.initrd.network.openvpn.enable = false;
services.openvpn = {
servers."ovpn" = {
config = "config /home/hadi/.ovpn.ovpn";
autoStart = false;
};
};
}