fix interface

This commit is contained in:
2023-12-04 12:17:00 +01:00
parent 886db8a070
commit 5ba076ecdd

View File

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