Move unfree config to flake.

This commit is contained in:
Fern Garden 2025-07-09 18:35:54 +08:00
parent 90fe03e7c8
commit faeb8963e7

View file

@ -16,9 +16,6 @@ with lib;
"flakes"
];
# Allow unfree packages.
nixpkgs.config.allowUnfree = true;
# Enable redistributable firmware.
hardware.enableRedistributableFirmware = true;