nextcloud: pin to version 25 for migration
This commit is contained in:
parent
2ea2341e1b
commit
39b54503d4
|
@ -14,7 +14,7 @@ in
|
||||||
services = {
|
services = {
|
||||||
nextcloud = {
|
nextcloud = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.nextcloud26; # Use current latest nextcloud package
|
package = pkgs.nextcloud25;
|
||||||
enableBrokenCiphersForSSE = false; # disable the openssl warning
|
enableBrokenCiphersForSSE = false; # disable the openssl warning
|
||||||
hostName = domain;
|
hostName = domain;
|
||||||
https = true; # Use https for all urls
|
https = true; # Use https for all urls
|
||||||
|
@ -26,6 +26,7 @@ in
|
||||||
adminpassFile = config.sops.secrets.nextcloud_adminpass.path;
|
adminpassFile = config.sops.secrets.nextcloud_adminpass.path;
|
||||||
adminuser = "root";
|
adminuser = "root";
|
||||||
};
|
};
|
||||||
|
# postgres database is configured automatically
|
||||||
database.createLocally = true;
|
database.createLocally = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue