dns module

This commit is contained in:
Vivian 2022-09-27 14:05:24 +02:00
parent e3771d84c4
commit 8e0a0ffe71
9 changed files with 115 additions and 10 deletions

View file

@ -0,0 +1,8 @@
{ ... }: {
imports = [
./dns.nix
./flood.nix
./unpackerr.nix
./vmagent.nix
];
}