Allow unfree
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
{
|
||||
# Enable the modern Nix CLI and flakes for reproducible system rebuilds.
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
# Allow non-free packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
# Use the systemd-boot EFI boot loader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user