whoops lmao
This commit is contained in:
parent
7ec8512531
commit
d1f639e88e
1 changed files with 2 additions and 2 deletions
|
@ -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} = {
|
||||
|
|
Loading…
Reference in a new issue