feat: setup termix and wireproxy for sock5 proxy.

This commit is contained in:
CronyAkatsuki 2026-01-31 13:54:42 +01:00
parent 02062743f8
commit 2363adccc0
9 changed files with 135 additions and 24 deletions

View file

@ -43,6 +43,18 @@
paperless-ngx = {
file = ../../../../secrets/paperless-ngx.age;
};
wg-wireproxy = {
file = ../../../../secrets/wg-wireproxy.age;
owner = "wireproxy";
group = "wireproxy";
};
wireproxy = {
file = ../../../../secrets/wireproxy.age;
path = "/etc/wireproxy/wireproxy.conf";
owner = "wireproxy";
group = "wireproxy";
symlink = false;
};
};
};
}