diff --git a/hosts/fw.cloonar.com/modules/gitea.nix b/hosts/fw.cloonar.com/modules/gitea.nix index ac63985..4fca72b 100644 --- a/hosts/fw.cloonar.com/modules/gitea.nix +++ b/hosts/fw.cloonar.com/modules/gitea.nix @@ -120,7 +120,7 @@ in networking = { hostName = "gitea"; # interfaces.eth0.useDHCP = true; - interfaces.mv-vserver = { + interfaces.eth0 = { ipv4.addresses = [ { address = "10.42.97.2"; prefixLength = 24; } ]; }; # firewall = {