Add wireguard tools

This commit is contained in:
Armel van Ravels
2026-03-23 10:32:07 +01:00
parent 69c8b59c6a
commit 37e2708326
3 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
wireguard-tools
];
}