mirror of
https://github.com/davegallant/nix-config
synced 2025-08-10 11:22:27 +00:00
Modify permittedInsecurePackages
This commit is contained in:
@@ -13,9 +13,7 @@
|
||||
unstable = import nixpkgs-unstable {
|
||||
system = "x86_64-linux";
|
||||
config.allowUnfree = true;
|
||||
config.permittedInsecurePackages = [
|
||||
"electron-25.9.0" # caused by obsidian
|
||||
];
|
||||
config.permittedInsecurePackages = [ ];
|
||||
};
|
||||
defaultModules = [
|
||||
home-manager.nixosModules.home-manager
|
||||
|
Reference in New Issue
Block a user