Unstable config
This commit is contained in:
parent
150ce70fbe
commit
bbee9d7993
5 changed files with 57 additions and 17 deletions
|
|
@ -5,13 +5,6 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
[
|
||||
<nixos-hardware/common/cpu/amd>
|
||||
<nixos-hardware/common/pc/laptop/ssd>
|
||||
./base.nix
|
||||
];
|
||||
|
||||
boot.initrd.kernelModules = [ "i915" ];
|
||||
|
||||
hardware.cpu.intel.updateMicrocode = config.hardware.enableRedistributableFirmware;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue