Nextcloud: Difference between revisions
m Added config.dbtype to minimal example. New minimal example conforms to 25.05+ standard configuration. |
m In previous edit, I didn't add the markup filename + language header. |
||
| Line 15: | Line 15: | ||
config.dbtype = "sqlite"; | config.dbtype = "sqlite"; | ||
}; | }; | ||
</nowiki>|name=|lang=}} | </nowiki>|name=/etc/nixos/configuration.nix|lang=nix}} | ||
After that you will be able to login into your Nextcloud instance at <code><nowiki>http://localhost</nowiki></code> with user <code>root</code> and password <code>PWD</code> as configured above. | After that you will be able to login into your Nextcloud instance at <code><nowiki>http://localhost</nowiki></code> with user <code>root</code> and password <code>PWD</code> as configured above. | ||