fmt: move the dns into its own folder

This commit is contained in:
silver 2024-07-16 22:33:27 +01:00
parent b1bd6ca40a
commit cb0cfbaf4a
Signed by: silver
GPG key ID: 54E2C71918E93B74
2 changed files with 5 additions and 5 deletions

View file

@ -10,7 +10,7 @@ with lib; let
in {
imports = [
./acme.nix
./dns.nix
../dns/dns.nix
./nginx.nix
];