1
0
mirror of https://github.com/tboerger/nixos-config synced 2024-11-23 03:32:08 +01:00
github.com-tboerger-nixos-c.../machines/vanaheim/hardware.nix
2022-09-27 22:07:46 +02:00

13 lines
187 B
Nix

{ config, lib, pkgs, ... }:
{
hardware = {
enableAllFirmware = true;
enableRedistributableFirmware = true;
};
powerManagement = {
enable = lib.mkDefault false;
};
}