all/voyager: update to nixos 24.05
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user