This commit is contained in:
illustris
2022-03-17 00:47:52 +05:30
parent cdde905c31
commit ec0b560c6e
6 changed files with 26 additions and 15 deletions

View File

@@ -0,0 +1,8 @@
{ pkgs, ... }:
{
environment = {
systemPackages = with pkgs; [openvpn];
etc.openvpn.source = "${pkgs.update-resolv-conf}/libexec/openvpn";
};
}