all/voyager: update to nixos 24.05

This commit is contained in:
2024-05-31 22:19:23 +02:00
committed by Felix Albrigtsen
parent f2dd1c21e6
commit 5876717df1
4 changed files with 24 additions and 27 deletions

View File

@@ -18,8 +18,11 @@ in {
dbname = "nextcloud";
adminuser = "ncadmin";
adminpassFile = config.sops.secrets."nextcloud/adminpass".path;
trustedProxies = [ "192.168.10.175" ]; # defiant
defaultPhoneRegion = "NO";
};
settings = {
trusted_proxies = [ "192.168.10.175" ]; # defiant
default_phone_region = "NO";
};
phpOptions = {