mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-30 16:00:43 +00:00
Group shared system settings
This commit is contained in:
parent
31221a5d19
commit
fca6296841
35 changed files with 16 additions and 11 deletions
9
system/shared/hardware/generic.nix
Normal file
9
system/shared/hardware/generic.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{lib, ...}: {
|
||||
# This enables non-free firmware on devices not recognized by `nixos-generate-config`.
|
||||
# Disabling this option will make the system unbootable if such devices are critical
|
||||
# in your boot chain - therefore this should remain true until you are running a device
|
||||
# with mostly libre firmware. Which there is not many of.
|
||||
# Without this, it defaults to `config.hardware.enableAllFirmware`.
|
||||
hardware.enableRedistributableFirmware = lib.mkDefault true;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue