Compare commits
2 commits
73cb52915f
...
c67d73920a
| Author | SHA1 | Date | |
|---|---|---|---|
| c67d73920a | |||
| 5271b38a6a |
1 changed files with 2 additions and 3 deletions
|
|
@ -105,10 +105,9 @@
|
|||
{
|
||||
nixpkgs = {
|
||||
overlays = shared_overlays;
|
||||
config.permittedInsecurePackages = [
|
||||
"zotero-6.0.26"
|
||||
];
|
||||
config.permittedInsecurePackages = [];
|
||||
};
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
}
|
||||
]
|
||||
++ (nixpkgs.lib.attrValues self.nixosModules);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue