feat: add openvpn and element
This commit is contained in:
parent
67de9de341
commit
9806ee2a4e
3 changed files with 7 additions and 0 deletions
5
modules/openvpn.nix
Normal file
5
modules/openvpn.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
openvpn3
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue