From 646c9096124af517c22bcee8870315716d0f59a8 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Sun, 3 Dec 2023 21:22:35 +0100 Subject: [PATCH] fix interface name --- hosts/fw.cloonar.com/configuration.nix | 1 - hosts/fw.cloonar.com/modules/gitea.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/fw.cloonar.com/configuration.nix b/hosts/fw.cloonar.com/configuration.nix index 6012b53..7e1ad45 100644 --- a/hosts/fw.cloonar.com/configuration.nix +++ b/hosts/fw.cloonar.com/configuration.nix @@ -62,7 +62,6 @@ ethtool # manage NIC settings (offload, NIC feeatures, ...) tcpdump # view network traffic conntrack-tools # view network connection states - sysbox ]; nix.gc = { diff --git a/hosts/fw.cloonar.com/modules/gitea.nix b/hosts/fw.cloonar.com/modules/gitea.nix index af6ae3a..6ff4ef3 100644 --- a/hosts/fw.cloonar.com/modules/gitea.nix +++ b/hosts/fw.cloonar.com/modules/gitea.nix @@ -116,7 +116,7 @@ in config = { lib, config, pkgs, ... }: { networking = { hostName = "fw"; - interfaces.mv-server.useDHCP = true; + interfaces.mv-vserver.useDHCP = true; # firewall = { # enable = true; # allowedTCPPorts = [ 22 80 443 ];