forked from mirrors_public/oddlama_nix-config
feat: finish migration to new globals system for wireguard
This commit is contained in:
parent
b885d1062b
commit
a1623fb97c
29 changed files with 204 additions and 214 deletions
|
@ -8,10 +8,10 @@ let
|
|||
mealieDomain = "mealie.${globals.domains.me}";
|
||||
in
|
||||
{
|
||||
wireguard.proxy-home = {
|
||||
client.via = "ward";
|
||||
firewallRuleForNode.ward-web-proxy.allowedTCPPorts = [ config.services.mealie.port ];
|
||||
};
|
||||
globals.wireguard.proxy-home.hosts.${config.node.name}.firewallRuleForNode.ward-web-proxy.allowedTCPPorts =
|
||||
[
|
||||
config.services.mealie.port
|
||||
];
|
||||
|
||||
# Mirror the original oauth2 secret, but prepend OIDC_CLIENT_SECRET=
|
||||
# so it can be used as an EnvironmentFile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue