services/nextcloud: nextcloud23 -> nextcloud24
This commit is contained in:
parent
2ba609fdb5
commit
39c7d1acf6
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ in
|
|||
};
|
||||
};
|
||||
services.nextcloud = {
|
||||
package = pkgs.nextcloud23;
|
||||
package = pkgs.nextcloud24;
|
||||
enable = true;
|
||||
https = true;
|
||||
hostName = "storage.${tools.meta.domain}";
|
||||
|
|
Loading…
Reference in a new issue