chore: disable nextcloud as it doesn't work yet since, well, no domain yet

This commit is contained in:
Ahwx 2025-04-20 19:50:39 +02:00
parent 6e989f6d29
commit 75d23f5ca9

View file

@ -1,6 +1,7 @@
{ ... }: { { ... }:
{
services.nextcloud = { services.nextcloud = {
enable = true; enable = false;
config.dbtype = "sqlite"; config.dbtype = "sqlite";
configureRedis = true; configureRedis = true;
home = "/home/liv/nextcloud"; home = "/home/liv/nextcloud";