From 720f78d59ac2199ef487841ecd91eefe0bb8f85f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Thu, 4 Dec 2025 16:14:15 -0300 Subject: [PATCH] Revert "monolith: add static ip address" This reverts commit 05e3958eedcca6f78c278908d0108a1503c6a9d8. --- hosts/monolith/default.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/hosts/monolith/default.nix b/hosts/monolith/default.nix index a759c1f..bf0e98e 100644 --- a/hosts/monolith/default.nix +++ b/hosts/monolith/default.nix @@ -141,14 +141,6 @@ in powerManagement.cpuFreqGovernor = "ondemand"; hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; networking.hostName = "monolith"; # Define your hostname. - networking.interfaces.enp8s0 = { - ipv4.addresses = [ - { - address = "192.168.1.6"; - prefixLength = 24; - } - ]; - }; virtualisation.virtualbox.host.enable = true;