forked from mirrors_public/oddlama_nix-config
feat(forgejo): masquerade and dnat sentinel:9922 to forgejo vm
This commit is contained in:
parent
0abd08a7be
commit
7f8c5689e0
3 changed files with 26 additions and 0 deletions
|
@ -148,6 +148,9 @@ in {
|
|||
microvm.mem = 1024 * 12;
|
||||
microvm.vcpu = 16;
|
||||
|
||||
# Forwarding required to masquerade podman network
|
||||
boot.kernel.sysctl."net.ipv4.ip_forward" = 1;
|
||||
|
||||
# Mirror the original oauth2 secret
|
||||
age.secrets.immich-oauth2-client-secret = {
|
||||
inherit (nodes.ward-kanidm.config.age.secrets.kanidm-oauth2-immich) rekeyFile;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue