gitea, crashes

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-11-11 14:02:21 +01:00
parent 966f9d67fc
commit 66221229ca
9 changed files with 176 additions and 13 deletions

View File

@@ -13,12 +13,10 @@
networkmanager = {
enable = true;
};
enableIPv6 = false;
enableIPv6 = true;
firewall.allowedTCPPorts = [
80
443
];
};
networking.enableIPv6 = true;
}