forked from mirrors_public/oddlama_nix-config
chore: flake update
This commit is contained in:
parent
ced72fb7bb
commit
9f365bbb9c
9 changed files with 137 additions and 233 deletions
|
@ -11,7 +11,7 @@ in
|
|||
{
|
||||
wireguard.proxy-home = {
|
||||
client.via = "ward";
|
||||
firewallRuleForNode.sausebiene.allowedTCPPorts = [ config.services.firefly.port ];
|
||||
firewallRuleForNode.sausebiene.allowedTCPPorts = [ 80 ];
|
||||
};
|
||||
|
||||
globals.services.firefly.domain = fireflyDomain;
|
||||
|
@ -55,8 +55,7 @@ in
|
|||
nodes.ward-web-proxy = {
|
||||
services.nginx = {
|
||||
upstreams.firefly = {
|
||||
servers."${config.wireguard.proxy-home.ipv4}:${toString config.services.firefly.settings.server.http_port}" =
|
||||
{ };
|
||||
servers."${config.wireguard.proxy-home.ipv4}:80" = { };
|
||||
extraConfig = ''
|
||||
zone firefly 64k;
|
||||
keepalive 2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue