mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-16 20:55:06 +01:00
update
This commit is contained in:
parent
c067774aab
commit
98e487b199
5 changed files with 39 additions and 20 deletions
|
|
@ -37,7 +37,9 @@ in
|
|||
# Disable if you don't want unfree packages
|
||||
allowUnfree = true;
|
||||
nvidia.acceptLicense = true;
|
||||
# allowUnfreePredicate = (_: true);
|
||||
permittedInsecurePackages = [
|
||||
"electron-25.9.0" # Temporary fix until the next obsidian release: https://github.com/NixOS/nixpkgs/issues/273611
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue