micronix: Remove unused files, I no longer use that software

This commit is contained in:
unixpup 2025-01-24 19:42:41 -03:00
commit 3892f6f79b
No known key found for this signature in database
9 changed files with 23 additions and 88 deletions

View file

@ -101,7 +101,7 @@
use-cgroups = true;
};
boot.initrd.kernelModules = ["amdgpu"];
boot.initrd.kernelModules = ["amdgpu", "sha256", "sha512"];
# Processor settings for AMD
hardware.cpu.amd = {
@ -137,11 +137,6 @@
enable32Bit = true;
};
chaotic = {
mesa-git.enable = true;
hdr.enable = true;
};
# Enable the X11 windowing system.
services.xserver.enable = true;
services.xserver.videoDrivers = ["amdgpu"];