From 07b68984acc4006aa460188b5cad82d9ddd05c77 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Thu, 28 Mar 2024 00:35:28 +0000 Subject: [PATCH] Allow unfree --- machines/talos/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/machines/talos/configuration.nix b/machines/talos/configuration.nix index 352d6e1..d786a97 100644 --- a/machines/talos/configuration.nix +++ b/machines/talos/configuration.nix @@ -8,6 +8,8 @@ ../../common.nix ]; + nixpkgs.config.allowUnfree = true; + system.stateVersion = "23.11"; # Use the systemd-boot EFI boot loader.