diff options
author | Preston Pan <ret2pop@gmail.com> | 2025-02-18 22:38:45 -0800 |
---|---|---|
committer | Preston Pan <ret2pop@gmail.com> | 2025-02-18 22:38:45 -0800 |
commit | 6f8dc8ecbeae8690a6e92a0a44916e6e17ba950f (patch) | |
tree | d874bc15e52cb201aaac3a82e948061fe93625a0 /nix/dns/default.nix | |
parent | f36be340c309f413f095f3ba704b3188c92ffdd9 (diff) |
Diffstat (limited to 'nix/dns/default.nix')
-rw-r--r-- | nix/dns/default.nix | 3 |
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; +} |