add dns role

This commit is contained in:
asyncnomi 2025-07-26 22:52:35 +02:00
parent 24e8170453
commit 7b3c103b5b
7 changed files with 251 additions and 0 deletions

7
shared/dns.nix Normal file
View file

@ -0,0 +1,7 @@
{ ... }:
{
# Import dependencies
imports = [
./dns/knot.nix
];
}