Nextcloud: Difference between revisions
m Bum Nextcloud version for app.json |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 14: | Line 14: | ||
config.adminpassFile = "/etc/nextcloud-admin-pass"; | config.adminpassFile = "/etc/nextcloud-admin-pass"; | ||
config.dbtype = "sqlite"; | config.dbtype = "sqlite"; | ||
settings = { | |||
# Some sane defaults required to satisfy Nextcloud configuration check | |||
maintenance_window_start = 1; | |||
default_phone_region = "DE"; | |||
log_type = "systemd"; | |||
serverid = 0; | |||
}; | |||
}; | }; | ||
</nowiki>|name=/etc/nixos/configuration.nix|lang=nix}} | </nowiki>|name=/etc/nixos/configuration.nix|lang=nix}} | ||