mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01:00
feat(nuage): update to nextcloud 30
This commit is contained in:
parent
9566f2f397
commit
3a491d5901
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
||||||
services.mysql.package = pkgs.mariadb;
|
services.mysql.package = pkgs.mariadb;
|
||||||
services.nextcloud = {
|
services.nextcloud = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.nextcloud29;
|
package = pkgs.nextcloud30;
|
||||||
https = true;
|
https = true;
|
||||||
hostName = "nuage.malka.family";
|
hostName = "nuage.malka.family";
|
||||||
settings.overwriteProtocol = "https";
|
settings.overwriteProtocol = "https";
|
||||||
|
|
Loading…
Add table
Reference in a new issue