hello wireguard
This commit is contained in:
parent
5ef2f3b1c6
commit
4723d6b75b
2 changed files with 8 additions and 0 deletions
7
roles/vpn.nix
Normal file
7
roles/vpn.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
wireguard
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue