dns module
This commit is contained in:
parent
e3771d84c4
commit
8e0a0ffe71
9 changed files with 115 additions and 10 deletions
8
nixos/common/modules/default.nix
Normal file
8
nixos/common/modules/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ ... }: {
|
||||
imports = [
|
||||
./dns.nix
|
||||
./flood.nix
|
||||
./unpackerr.nix
|
||||
./vmagent.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue