wip
Some checks failed
Check Flake / check-flake (push) Failing after 29m1s

This commit is contained in:
2024-06-01 21:03:07 -06:00
parent f1ad53dc95
commit 09ffde5abd
5 changed files with 31 additions and 29 deletions

View File

@@ -8,7 +8,7 @@ in
config = lib.mkIf cfg.enable {
services.nextcloud = {
https = true;
package = pkgs.nextcloud28;
package = pkgs.nextcloud29;
hostName = "neet.cloud";
config.dbtype = "sqlite";
config.adminuser = "jeremy";