mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
Set default phone region for nextcloud
This commit is contained in:
parent
247dae0c4f
commit
908b229da5
1 changed files with 4 additions and 1 deletions
|
|
@ -26,7 +26,10 @@
|
|||
adminpassFile = config.sops.secrets.nextcloud-admin-pass.path;
|
||||
};
|
||||
|
||||
settings.log_type = "systemd";
|
||||
settings = {
|
||||
log_type = "systemd";
|
||||
default_phone_region = "DE";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue