From 8f9841b3104948714ed22881af317f4db93e6a2f Mon Sep 17 00:00:00 2001 From: deadvey Date: Fri, 29 Nov 2024 00:07:38 +0000 Subject: [PATCH] 55 current 2024-11-29 00:07:35 24.05.6463.83fb6c028368 6.6.59 * --- nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index e4892b3..ee5f0ca 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -18,7 +18,7 @@ }; # Allow Unfree - allowUnfree = true; + nixpkgs.config.allowUnfree = true; # Keychain services.gnome.gnome-keyring.enable = true;