Remove opened udp ports

This commit is contained in:
thiloho
2025-10-24 16:52:05 +02:00
parent 20bc0d8208
commit 1b51a7cd99

View File

@@ -19,7 +19,7 @@
"flakes"
];
time.timeZone = "Europe/Amsterdam";
time.timeZone = "Europe/Berlin";
nixpkgs.config.allowUnfree = true;
@@ -31,10 +31,6 @@
80
443
];
allowedUDPPorts = [
80
443
];
};
};