try different interface

This commit is contained in:
2023-12-04 11:56:30 +01:00
parent c68f86d904
commit 56d613b570

View File

@@ -120,7 +120,7 @@ in
networking = { networking = {
hostName = "gitea"; hostName = "gitea";
# interfaces.eth0.useDHCP = true; # interfaces.eth0.useDHCP = true;
interfaces.mv-vserver = { interfaces.eth0 = {
ipv4.addresses = [ { address = "10.42.97.2"; prefixLength = 24; } ]; ipv4.addresses = [ { address = "10.42.97.2"; prefixLength = 24; } ];
}; };
# firewall = { # firewall = {