spec(eientei): fix frigate firewall interface names

This commit is contained in:
514fpv 2024-03-19 09:05:57 +08:00
parent 40743ee0ac
commit 677b4869e1
Signed by: koishi
SSH key fingerprint: SHA256:652+A2yCgByK6j4+urGiApE+tZbISyelwTnr76Tm+x8

View file

@ -23,8 +23,8 @@
]; ];
}; };
networking.firewall.interfaces.enp0s20f0u1.allowedTCPPorts = [ 5000 8554 8555 ]; networking.firewall.interfaces.ss0.allowedTCPPorts = [ 5000 8554 8555 ];
networking.firewall.interfaces.enp0s20f0u1.allowedUDPPorts = [ 8555 ]; networking.firewall.interfaces.ss0.allowedUDPPorts = [ 8555 ];
global.fs.zfs.mountpoints."/nix/persist/service/frigate" = "service/frigate"; global.fs.zfs.mountpoints."/nix/persist/service/frigate" = "service/frigate";
} }