Add existing podcast episodes
This commit is contained in:
parent
1ebd0fe6ac
commit
59d9fd6de9
164 changed files with 9645 additions and 6 deletions
|
@ -9,8 +9,8 @@
|
|||
|
||||
php = pkgs.php83.buildEnv {
|
||||
extraConfig = ''
|
||||
upload_max_filesize = 20M;
|
||||
post_max_size = 20M;
|
||||
upload_max_filesize = 50M;
|
||||
post_max_size = 50M;
|
||||
'';
|
||||
};
|
||||
phpPackages = pkgs.php83Packages;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue