move more modules

This commit is contained in:
Vinzenz Schroeter 2025-09-14 13:45:48 +02:00
parent 1b3b7cf607
commit 1f1b901330
12 changed files with 69 additions and 83 deletions

View file

@ -15,16 +15,12 @@
];
};
networking = {
firewall = {
allowedTCPPorts = [
8542
8543
8544
80
1313
5201
];
};
};
networking.firewall.allowedTCPPorts = [
8542
8543
8544
80
1313
5201
];
}