Add envy laptop
This commit is contained in:
parent
2d3d4bcc2b
commit
8d600e8bef
11 changed files with 157 additions and 2 deletions
10
hosts/envy/hardware/default.nix
Normal file
10
hosts/envy/hardware/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
# nixos-generate-config --root ./ --no-filesystems
|
||||
{ config, lib, ... }:
|
||||
{
|
||||
boot.initrd.availableKernelModules = [ "xhci_pci" "sr_mod" ];
|
||||
boot.initrd.kernelModules = [ "dm-snapshot" ];
|
||||
|
||||
networking.useDHCP = lib.mkDefault true;
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue