many changes
This commit is contained in:
parent
972084cd65
commit
982a12ba08
13 changed files with 492 additions and 56 deletions
|
|
@ -31,6 +31,11 @@
|
|||
'';
|
||||
phpPackage = pkgs.php82.withExtensions ({ enabled, all }:
|
||||
enabled ++ [ all.imagick ]);
|
||||
|
||||
phpOptions = ''
|
||||
upload_max_filesize = 50M
|
||||
post_max_size = 50M
|
||||
'';
|
||||
};
|
||||
|
||||
systemd.services."stage-myhidden-life-schedule" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue