Re-add Pocket Casts
This commit is contained in:
parent
552d7cda20
commit
5cd3ddceff
2 changed files with 6 additions and 1 deletions
|
@ -11,7 +11,11 @@ let
|
|||
username = "opdavies";
|
||||
in
|
||||
{
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nixpkgs.config = {
|
||||
allowUnfree = true;
|
||||
|
||||
permittedInsecurePackages = [ "electron-27.3.11" ];
|
||||
};
|
||||
|
||||
# Bootloader.
|
||||
boot = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue