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.