Add trusted proxy for podman

This commit is contained in:
niten 2023-09-06 12:20:04 -07:00
parent 6132dc4584
commit a69c7b523b
1 changed files with 2 additions and 0 deletions

View File

@ -112,6 +112,8 @@ in {
overwriteProtocol = "https";
extraTrustedDomains = [ "nextcloud.fudo.org" ];
defaultPhoneRegion = "CA";
# TODO: is there a way to narrow this?
trustedProxies = [ "10.0.0.0/8" ];
};
};
};