From d16f1c824d2e1c2fb74f49c39d76474361cf9faf Mon Sep 17 00:00:00 2001 From: 514fpv Date: Tue, 19 Mar 2024 09:05:57 +0800 Subject: [PATCH] spec(eientei): fix frigate firewall interface names --- spec/eientei/frigate.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/eientei/frigate.nix b/spec/eientei/frigate.nix index c3239f10..dcdbb2e5 100644 --- a/spec/eientei/frigate.nix +++ b/spec/eientei/frigate.nix @@ -23,8 +23,8 @@ ]; }; - networking.firewall.interfaces.enp0s20f0u1.allowedTCPPorts = [ 5000 8554 8555 ]; - networking.firewall.interfaces.enp0s20f0u1.allowedUDPPorts = [ 8555 ]; + networking.firewall.interfaces.ss0.allowedTCPPorts = [ 5000 8554 8555 ]; + networking.firewall.interfaces.ss0.allowedUDPPorts = [ 8555 ]; global.fs.zfs.mountpoints."/nix/persist/service/frigate" = "service/frigate"; }