feature(protonvpn): add protonvpn nix module
This commit is contained in:
9
modules/nixos/protonvpn.nix
Normal file
9
modules/nixos/protonvpn.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
networking.firewall.checkReversePath = false;
|
||||
environment.systemPackages = with pkgs; [
|
||||
wireguard-tools
|
||||
protonvpn-gui
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user