dns module

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

View file

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