feat: wireguard test

This commit is contained in:
Nick 2025-07-01 15:39:57 -05:00
parent 9c8890926e
commit 6fb7b5504d
7 changed files with 82 additions and 42 deletions

View file

@ -0,0 +1,11 @@
{
pkgs,
...
}:
{
home.packages = builtins.attrValues {
inherit (pkgs)
iptables
;
};
}