mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-09 05:14:41 -05:00
feat: wireguard test
This commit is contained in:
parent
9c8890926e
commit
6fb7b5504d
7 changed files with 82 additions and 42 deletions
11
modules/home/cli/utilities/ipTables/default.nix
Normal file
11
modules/home/cli/utilities/ipTables/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
iptables
|
||||
;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue