feat[server]: serve home services also from home

This commit is contained in:
Leon Schwarzäugl 2026-01-05 04:19:08 +01:00
parent db273edc48
commit afd8c2f653
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
51 changed files with 2740 additions and 3289 deletions

View file

@ -26,7 +26,7 @@ in
};
local-to-podman = {
from = [ "local" "wgProxy" "wgHme" ];
from = [ "local" "wgProxy" "wgHome" ];
to = [ "podman" ];
before = [ "drop" ];
verdict = "accept";