mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 19:12:11 +02:00
11 lines
181 B
Nix
11 lines
181 B
Nix
{
|
|
boot.initrd.network.openvpn.enable = false;
|
|
|
|
services.openvpn = {
|
|
servers."ovpn" = {
|
|
config = "config /home/hadi/.ovpn.ovpn";
|
|
autoStart = false;
|
|
};
|
|
};
|
|
}
|