Merge branch 'main' of codeberg.org:dnscio/nix-config

This commit is contained in:
Dennis Schoepf 2026-01-31 22:39:01 +01:00
commit 2216d3647a

View file

@ -62,9 +62,11 @@
networking.firewall = {
enable = true;
allowedTCPPorts = [
22
443
];
allowedUDPPorts = [
22
443
];
};