mirror of
https://github.com/blahai/nyx.git
synced 2025-06-14 22:53:03 -04:00
Add theia stuffies
This commit is contained in:
parent
452e600c5f
commit
ad09e551fd
11 changed files with 135 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
inherit (config.olympus) device;
|
||||
inherit (lib.modules) mkIf;
|
||||
in {
|
||||
config = mkIf (device.cpu == "amd") {
|
||||
config = mkIf (device.cpu == "amd" || device.cpu == "vm-amd") {
|
||||
hardware.cpu.amd.updateMicrocode = true;
|
||||
|
||||
boot.kernelModules = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue