bifrost: allow QUIC
This commit is contained in:
parent
e8b036a4e7
commit
e9aab1b3bd
2 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
||||||
_: {
|
_: {
|
||||||
networking = {
|
networking = {
|
||||||
firewall.allowedTCPPorts = [ 42069 ];
|
|
||||||
nftables = {
|
nftables = {
|
||||||
enable = true;
|
enable = true;
|
||||||
ruleset = ''
|
ruleset = ''
|
||||||
|
|
|
@ -22,5 +22,6 @@
|
||||||
};
|
};
|
||||||
systemd.services.caddy.serviceConfig.EnvironmentFile = config.sops.secrets."caddy/env_file".path;
|
systemd.services.caddy.serviceConfig.EnvironmentFile = config.sops.secrets."caddy/env_file".path;
|
||||||
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||||
|
networking.firewall.allowedUDPPorts = [ 80 443 ];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue