added mini-pc nix conf

This commit is contained in:
Dmitry
2026-05-29 16:46:23 +03:00
parent cf079ba65b
commit 7602db6ae7
7 changed files with 120 additions and 74 deletions
+26
View File
@@ -0,0 +1,26 @@
{
networking.firewall = {
enable = true;
allowedTCPPorts = [
22
53
80
443
784
853
3001
3015
4438
5443
8088
10380
];
allowedUDPPorts = [
53
443
784
9993
5443
];
};
}