fix gitea

This commit is contained in:
2023-12-04 12:50:22 +01:00
parent c314da240e
commit f619b5536b
2 changed files with 5 additions and 11 deletions

View File

@@ -119,10 +119,11 @@ in
config = { lib, config, pkgs, ... }: {
networking = {
# hostName = "gitea";
interfaces.mv-vserver.useDHCP = true;
# interfaces.mv-vserver = {
# ipv4.addresses = [ { address = "10.42.97.2"; prefixLength = 24; } ];
# };
# interfaces.mv-vserver.useDHCP = true;
interfaces.mv-vserver = {
useDHCP = true;
ipv4.addresses = [ { address = "10.42.97.2"; prefixLength = 24; } ];
};
# firewall = {
# enable = true;
# allowedTCPPorts = [ 22 80 443 ];