From 7a7d38c2f011aaf2d45138d9e15755e2d3e6eaa6 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Tue, 24 Oct 2023 21:36:01 +0200 Subject: [PATCH] shinobu/router: Fix nft set for ntp Appartently, the family is not optional. --- machines/shinobu/services/router/dnsmasq.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/machines/shinobu/services/router/dnsmasq.nix b/machines/shinobu/services/router/dnsmasq.nix index 12fd09a..3aba65a 100644 --- a/machines/shinobu/services/router/dnsmasq.nix +++ b/machines/shinobu/services/router/dnsmasq.nix @@ -43,8 +43,8 @@ in cfg.vlan); nftset = [ - "/pool.ntp.org/4#filter#iot_ntp4" - "/pool.ntp.org/6#filter#iot_ntp6" # does not work + "/pool.ntp.org/4#inet#filter#iot_ntp4" + "/pool.ntp.org/6#inet#filter#iot_ntp6" # does not work ]; server = [