feat(services/self_host): update the nextcloud to 33
- Update now stable (winter26)
This commit is contained in:
parent
8456ea147c
commit
65a5d1fe43
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ in
|
||||||
nextcloud = {
|
nextcloud = {
|
||||||
enable = true;
|
enable = true;
|
||||||
https = true;
|
https = true;
|
||||||
package = pkgs.nextcloud32;
|
package = pkgs.nextcloud33;
|
||||||
hostName = "nextcloud.enium.eu";
|
hostName = "nextcloud.enium.eu";
|
||||||
datadir = dataDir;
|
datadir = dataDir;
|
||||||
config = {
|
config = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue