add dns role
This commit is contained in:
parent
24e8170453
commit
7b3c103b5b
7 changed files with 251 additions and 0 deletions
7
shared/dns.nix
Normal file
7
shared/dns.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ ... }:
|
||||
{
|
||||
# Import dependencies
|
||||
imports = [
|
||||
./dns/knot.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue