whoops lmao

This commit is contained in:
jacekpoz 2024-08-25 22:34:44 +02:00
parent 7ec8512531
commit d1f639e88e
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -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} = {