This commit is contained in:
illustris
2023-02-25 02:07:50 +05:30
parent 37f9aa58ac
commit 16c21e9faa
5 changed files with 144 additions and 191 deletions

View File

@@ -2,6 +2,5 @@
{
imports = [
./chromium
./openvpn
];
}
}

View File

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