fix(eientei): fix frigate firewall interface names
This commit is contained in:
parent
71aa5cf216
commit
02ed937123
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue