useable wireguard
This commit is contained in:
parent
6e36ac0d38
commit
bd0508bd75
2 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
networking.wireguard.enable = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
wireguard
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue