spec(eientei): fix frigate firewall interface names
This commit is contained in:
parent
a5dee5ed9c
commit
6507d0acbc
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue