mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-12-15 21:41:15 +01:00
treewide: apply deadnix and statix
This commit is contained in:
parent
d7dfd13d25
commit
03c6d15152
117 changed files with 93 additions and 162 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{ config, lib, ... }:
|
||||
|
||||
{
|
||||
hardware.cpu.intel.updateMicrocode =
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./cpu-only.nix
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, pkgs, ... }:
|
||||
{ lib, ... }:
|
||||
|
||||
{
|
||||
# This runs only intel/amdgpu igpus and nvidia dgpus do not drain power.
|
||||
|
|
|
|||
|
|
@ -1,3 +1 @@
|
|||
{ lib, ... }:
|
||||
|
||||
{}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue