feat: Remove nextcloud

This commit is contained in:
uttarayan21
2025-02-03 19:36:58 +02:00
parent 95ab3fd9f6
commit 3b2c51d045

View File

@@ -8,7 +8,7 @@
}; };
services = { services = {
nextcloud = { nextcloud = {
enable = true; enable = false;
package = pkgs.nextcloud30; package = pkgs.nextcloud30;
hostName = "cloud.darksailor.dev"; hostName = "cloud.darksailor.dev";
config.adminuser = "servius"; config.adminuser = "servius";
@@ -16,6 +16,7 @@
config.dbtype = "sqlite"; config.dbtype = "sqlite";
configureRedis = true; configureRedis = true;
https = true; https = true;
datadir = "/media/nextcloud";
}; };
caddy = { caddy = {
virtualHosts."cloud.darksailor.dev".extraConfig = '' virtualHosts."cloud.darksailor.dev".extraConfig = ''