mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2025-12-22 15:01:57 +00:00
Temporary override of insecure package block
This commit is contained in:
@@ -89,6 +89,10 @@
|
||||
cudaSupport = true;
|
||||
# Workaround for https://github.com/nix-community/home-manager/issues/2942
|
||||
allowUnfreePredicate = _: true;
|
||||
# Temporary until obsidian gets updated
|
||||
permittedInsecurePackages = [
|
||||
"electron-34.5.8"
|
||||
];
|
||||
};
|
||||
};
|
||||
extraSpecialArgs = {
|
||||
|
||||
@@ -18,8 +18,10 @@
|
||||
];
|
||||
|
||||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nixpkgs.config.cudaSupport = true;
|
||||
nixpkgs.config = {
|
||||
allowUnfree = true;
|
||||
cudaSupport = true;
|
||||
};
|
||||
|
||||
boot.blacklistedKernelModules = ["nouveau"];
|
||||
hardware = {
|
||||
|
||||
Reference in New Issue
Block a user