From 8aeca70655298cfd0e70b643bbeaadaf5e34945b Mon Sep 17 00:00:00 2001 From: William Date: Sat, 23 Mar 2024 13:35:42 -0300 Subject: [PATCH] Chages to alexandria --- hosts/servers/alexandria/changedetection.nix | 1 - hosts/servers/alexandria/nextcloud.nix | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/hosts/servers/alexandria/changedetection.nix b/hosts/servers/alexandria/changedetection.nix index 03bcd54..3e7ea1b 100644 --- a/hosts/servers/alexandria/changedetection.nix +++ b/hosts/servers/alexandria/changedetection.nix @@ -4,7 +4,6 @@ services = { changedetection-io = { enable = true; - group = "hosted"; behindProxy = true; datastorePath = "/data/changedetection"; port = lib.toInt "${config.ports.changedetection-io}"; diff --git a/hosts/servers/alexandria/nextcloud.nix b/hosts/servers/alexandria/nextcloud.nix index b04ac3d..a6ec709 100644 --- a/hosts/servers/alexandria/nextcloud.nix +++ b/hosts/servers/alexandria/nextcloud.nix @@ -23,8 +23,8 @@ adminpassFile = config.age.secrets.nextcloud-adminpass.path; }; phpOptions = { - upload_max_filesize = "8G"; - post_max_size = "8G"; + upload_max_filesize = lib.mkDefault "8G"; + post_max_size = lib.mkDefault "8G"; "opcache.interned_strings_buffer" = "16"; }; };