From d1f639e88e7307eb9575b5f70aea94bfcdfb1add Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Sun, 25 Aug 2024 22:34:44 +0200 Subject: [PATCH] whoops lmao --- hosts/chmura/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/chmura/configuration.nix b/hosts/chmura/configuration.nix index fb4239e..23d3d96 100644 --- a/hosts/chmura/configuration.nix +++ b/hosts/chmura/configuration.nix @@ -4,12 +4,12 @@ }: let inherit (config.poz.other.system) username; in { - nixpkgs = { + nixpkgs.config = { permittedInsecurePackages = [ "olm-3.2.16" ]; # fuck broadcom - config.allowUnfree = true; + allowUnfree = true; }; users.users.${username} = {