From 214500ee63b9d047093a6ec1987b2372fc79fcb9 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 20 Sep 2020 18:12:31 +0000 Subject: [PATCH] added file for future dns server config --- dns.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 dns.nix diff --git a/dns.nix b/dns.nix new file mode 100644 index 0000000..92e35af --- /dev/null +++ b/dns.nix @@ -0,0 +1,7 @@ +{ config, pkgs, ... }: + +{ + services.unbound = { + # TODO + } +}