mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
disable allowUnfree
This commit is contained in:
parent
8a6c974336
commit
126004273f
@ -2,13 +2,17 @@
|
|||||||
{
|
{
|
||||||
# Firmware.
|
# Firmware.
|
||||||
#
|
#
|
||||||
|
# The list of hardware.enableAllFirmware contains non-redistributable licensed firmware files.
|
||||||
|
# This requires nixpkgs.config.allowUnfree to be true.
|
||||||
|
# An alternative is to use the hardware.enableRedistributableFirmware option.
|
||||||
|
hardware.enableAllFirmware = false;
|
||||||
|
#
|
||||||
# Enables e.g. Intel microcode updates.
|
# Enables e.g. Intel microcode updates.
|
||||||
# Defaults to `config.hardware.enableAllFirmware`.
|
# Defaults to `config.hardware.enableAllFirmware`.
|
||||||
#hardware.enableRedistributableFirmware = true;
|
hardware.enableRedistributableFirmware = true;
|
||||||
hardware.enableAllFirmware = true;
|
|
||||||
|
|
||||||
# Allow unfree packages.
|
# Allow unfree packages.
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = false;
|
||||||
|
|
||||||
# Bootloader.
|
# Bootloader.
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user