Merge pull request #109035 from turion/dev_nextcloud_php

Nextcloud: Add phpExtraExtensions
This commit is contained in:
Silvan Mosberger
2021-01-30 02:41:13 +01:00
committed by GitHub
3 changed files with 40 additions and 13 deletions
+1
View File
@@ -42,6 +42,7 @@ in {
enable = true;
startAt = "20:00";
};
phpExtraExtensions = all: [ all.bz2 ];
};
environment.systemPackages = [ cfg.services.nextcloud.occ ];