Modify permittedInsecurePackages

This commit is contained in:
Dave Gallant
2024-03-10 11:18:57 -04:00
parent 2be6340eaf
commit de80f54c55
3 changed files with 13 additions and 10 deletions

View File

@@ -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