diff --git a/hosts/biggerpi/configuration.nix b/hosts/biggerpi/configuration.nix index 18591eb..9efaa4c 100644 --- a/hosts/biggerpi/configuration.nix +++ b/hosts/biggerpi/configuration.nix @@ -14,6 +14,8 @@ # Enable flakes nix.settings.experimental-features = [ "nix-command" "flakes" ]; + nixpkgs.config.allowUnfree = true; + # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true;