feat: move nextcloud to spinning array

This commit is contained in:
Ahwx 2026-03-17 23:40:45 +01:00
parent 5066a27657
commit 68f6776c16

View file

@ -2,6 +2,7 @@
{ {
services.nextcloud = { services.nextcloud = {
enable = true; enable = true;
home = "/mnt/array/nextcloud/";
package = pkgs.nextcloud32; package = pkgs.nextcloud32;
hostName = "cloud.liv.town"; hostName = "cloud.liv.town";
# appstoreEnable = true; # appstoreEnable = true;
@ -23,10 +24,17 @@
}; };
configureRedis = true; configureRedis = true;
settings = { settings = {
mail_smtpmode = "smtp";
mail_sendmailmode = "smtp";
mail_from_address = "noreply";
mail_domain = "liv.town";
mail_smtptimeout = 30;
mail_smtphost = "smtp.migadu.com"; mail_smtphost = "smtp.migadu.com";
mail_smtpport = 465; mail_smtpport = 465;
mail_smtpname = "notifications@liv.town"; mail_smtpname = "notifications@liv.town";
# mail_smtppassword = config.sops.secrets.systemMailerPassword.path;
mail_smtpauth = true; mail_smtpauth = true;
mail_smtpsecure = "ssl";
trusted_domains = [ "cloud.liv.town" ]; trusted_domains = [ "cloud.liv.town" ];
enabledPreviewProviders = [ enabledPreviewProviders = [
"OC\\Preview\\BMP" "OC\\Preview\\BMP"