motiejus/config

NixOS config
git clone https://git.jakstys.lt/motiejus/config.git
Log | Tree | Refs | README | LICENSE

commit ecc1fea048a8809afa1aaf9a01a88ac74dfe68bf (tree)
parent cc8b5d2327a31aef50b5a43fbded4ccc2e12765e
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Fri, 14 Nov 2025 22:54:24 +0200

allow 53

Diffstat:
Mhosts/vno1-gdrx/configuration.nix | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/hosts/vno1-gdrx/configuration.nix b/hosts/vno1-gdrx/configuration.nix @@ -178,6 +178,11 @@ in networking = { hostName = "vno1-gdrx"; domain = "jakst.vpn"; - firewall.rejectPackets = true; + firewall = { + rejectPackets = true; + allowedUDPPorts = [ + 53 + ]; + }; }; }