spellcheck

This commit is contained in:
2025-07-21 11:47:07 -05:00
parent 79dcce782a
commit 3c6cbc9ae9

View File

@@ -17,8 +17,6 @@
config = {
system.stateVersion = "25.05";
services.netbird = {
enable = config.sysconfig.opts.netbird.enable;
};
@@ -69,6 +67,8 @@
config = {
system.stateVersion = "25.05";
networking.firewall = {
allowedTCPPorts = [ 80 443 33073 33080 10000 ];
allowedUDPPorts = [ 3478 ];