From 4c07653d59236f1c083c1dadafa5bf05fa6f66b2 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sun, 6 Apr 2025 12:52:42 -0400 Subject: [PATCH] Cleanup hephaestus --- machines/hephaestus/configuration.nix | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/machines/hephaestus/configuration.nix b/machines/hephaestus/configuration.nix index 968d038..bff159e 100644 --- a/machines/hephaestus/configuration.nix +++ b/machines/hephaestus/configuration.nix @@ -67,11 +67,6 @@ in }; }; - console = { - font = "Lat2-Terminus16"; - keyMap = "us"; - }; - environment.systemPackages = with pkgs; [ @@ -87,8 +82,8 @@ in fh.packages.x86_64-linux.default freefilesync gimp-with-plugins - httpie-desktop gnome-tweaks + httpie-desktop iputils libation mission-center @@ -200,12 +195,14 @@ in time.timeZone = "America/Toronto"; - hardware.graphics.enable = true; - hardware.graphics.extraPackages32 = with pkgs.pkgsi686Linux; [ libva ]; + hardware.graphics = { + enable = true; + enable32Bit = true; + }; + hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; programs = { - corectrl.enable = true; gnupg.agent = { enable = true; enableSSHSupport = true;