Allow unfree

This commit is contained in:
2026-05-03 02:32:47 -05:00
parent 091c9c5e85
commit 20e83dcbfa
+2
View File
@@ -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;