1
0
Fork 0
forked from DGNum/lab-infra

style(dns01): fmt

This commit is contained in:
Constantin Gierczak--Galle 2024-11-22 15:29:09 +01:00
parent 73e558e02b
commit bebb0ac3a0
No known key found for this signature in database

View file

@ -1,6 +1,7 @@
{ sources, ... }:
let dns = import sources.dns-nix {};
let
dns = import sources.dns-nix { };
in
{
services.nsd = {