Add NixOS config for cloud-pc

This commit is contained in:
Dmitry
2026-05-29 15:24:12 +03:00
parent 673e2c838d
commit 09880697ce
5 changed files with 165 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
{
networking.firewall = {
enable = true;
allowedTCPPorts = [
22
139
445
2222
3002
4567
5432
7080
8081
8384
22000
];
allowedUDPPorts = [
137
138
9993
21027
22000
];
};
}