This commit is contained in:
illustris
2022-03-17 00:47:52 +05:30
parent c870f10166
commit dd0d51a451
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";
};
}