central IP

This commit is contained in:
nora 2024-07-31 20:05:02 +02:00
parent 59ec8ef37b
commit cfe47e65c0
4 changed files with 42 additions and 28 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, lib, ... }: {
{ pkgs, lib, networkingConfig, ... }: {
# 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; inherit lib; }}
file: ${import ./noratrieb.dev.nix { inherit pkgs lib networkingConfig; }}
- domain: nilstrieb.dev
storage: /var/lib/knot/zones/
file: ${import ./nilstrieb.dev.nix { inherit pkgs; inherit lib; }}
file: ${import ./nilstrieb.dev.nix { inherit pkgs lib; }}
log:
- target: syslog
any: info