1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

[nextcloud] add defaultPhoneRegion

This commit is contained in:
Stefan Ellmauthaler 2023-02-15 10:33:49 +01:00
parent 150e3a954e
commit b97961d204
Failed to extract signature

View File

@ -23,6 +23,7 @@ with lib; {
adminuser = "storemin"; adminuser = "storemin";
adminpassFile = config.sops.secrets.storemin.path; adminpassFile = config.sops.secrets.storemin.path;
dbhost = "/run/postgresql"; dbhost = "/run/postgresql";
defaultPhoneRegion = "DE";
}; };
}; };