nixos/nextcloud: styling

This commit is contained in:
Maximilian Bosch 2022-05-18 11:50:53 +02:00
parent e46bff9569
commit a0bcf1e9ea
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -153,11 +153,11 @@ in {
package = mkOption { package = mkOption {
type = types.package; type = types.package;
description = "Which package to use for the Nextcloud instance."; description = "Which package to use for the Nextcloud instance.";
relatedPackages = [ "nextcloud22" "nextcloud23" "nextcloud24"]; relatedPackages = [ "nextcloud22" "nextcloud23" "nextcloud24" ];
}; };
phpPackage = mkOption { phpPackage = mkOption {
type = types.package; type = types.package;
relatedPackages = [ "php74" "php80" "php81"]; relatedPackages = [ "php74" "php80" "php81" ];
defaultText = "pkgs.php"; defaultText = "pkgs.php";
description = '' description = ''
PHP package to use for Nextcloud. PHP package to use for Nextcloud.