Revert "monolith: add static ip address"

This reverts commit 05e3958eed.
This commit is contained in:
Leonardo Eugênio 2025-12-04 16:14:15 -03:00
parent c3cd61c7a5
commit 720f78d59a

View file

@ -141,14 +141,6 @@ in
powerManagement.cpuFreqGovernor = "ondemand"; powerManagement.cpuFreqGovernor = "ondemand";
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
networking.hostName = "monolith"; # Define your hostname. networking.hostName = "monolith"; # Define your hostname.
networking.interfaces.enp8s0 = {
ipv4.addresses = [
{
address = "192.168.1.6";
prefixLength = 24;
}
];
};
virtualisation.virtualbox.host.enable = true; virtualisation.virtualbox.host.enable = true;