run immich-ml from ytnix and add tailscale0 to trustedInterfaces
This commit is contained in:
parent
59de12e892
commit
553a07f0a9
5 changed files with 50 additions and 23 deletions
|
@ -79,6 +79,7 @@
|
|||
networkmanager.enable = true;
|
||||
firewall = {
|
||||
enable = true;
|
||||
trustedInterfaces = [ "tailscale0" ];
|
||||
allowedTCPPorts = [
|
||||
22
|
||||
80
|
||||
|
@ -86,8 +87,6 @@
|
|||
];
|
||||
allowedUDPPorts = [
|
||||
443
|
||||
53
|
||||
853
|
||||
];
|
||||
extraCommands =
|
||||
let
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue