aboutsummaryrefslogtreecommitdiff
path: root/nix/dns
diff options
context:
space:
mode:
Diffstat (limited to 'nix/dns')
-rw-r--r--nix/dns/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nix/dns/default.nix b/nix/dns/default.nix
new file mode 100644
index 0000000..52ca8b6
--- /dev/null
+++ b/nix/dns/default.nix
@@ -0,0 +1,3 @@
+{
+ defaultTTL = 120;
+}