update
This commit is contained in:
8
modules/openvpn/default.nix
Normal file
8
modules/openvpn/default.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment = {
|
||||
systemPackages = with pkgs; [openvpn];
|
||||
etc.openvpn.source = "${pkgs.update-resolv-conf}/libexec/openvpn";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user