mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-16 01:25:09 +01:00
Lower TTLs to 1h
This commit is contained in:
parent
63163a38d0
commit
ea74393dcd
3 changed files with 23 additions and 15 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }: {
|
||||
{ pkgs, lib, ... }: {
|
||||
# get the package for the debugging tools
|
||||
environment.systemPackages = with pkgs; [ knot-dns ];
|
||||
|
||||
|
|
@ -29,10 +29,10 @@
|
|||
zone:
|
||||
- domain: noratrieb.dev
|
||||
storage: /var/lib/knot/zones/
|
||||
file: ${import ./noratrieb.dev.nix { inherit pkgs; }}
|
||||
file: ${import ./noratrieb.dev.nix { inherit pkgs; inherit lib; }}
|
||||
- domain: nilstrieb.dev
|
||||
storage: /var/lib/knot/zones/
|
||||
file: ${import ./nilstrieb.dev.nix { inherit pkgs; }}
|
||||
file: ${import ./nilstrieb.dev.nix { inherit pkgs; inherit lib; }}
|
||||
log:
|
||||
- target: syslog
|
||||
any: info
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue