Merge branch 'main' of gh:greg-hellings/nixos-config

This commit is contained in:
Greg Hellings
2022-09-13 22:32:54 -05:00
+1 -1
View File
@@ -6,7 +6,7 @@
services.nextcloud = {
enable = true;
package = pkgs.nextcloud23;
package = pkgs.nextcloud24;
appstoreEnable = true;
hostName = "next.${config.networking.domain}";
https = true;