feat: nextcloud opts
This commit is contained in:
parent
788a78e203
commit
5907293d93
1 changed files with 3 additions and 1 deletions
|
|
@ -10,6 +10,7 @@
|
|||
enable = true;
|
||||
hostName = "10.0.0.69";
|
||||
https = false;
|
||||
configureRedis = true;
|
||||
package = pkgs.nextcloud31;
|
||||
settings = let
|
||||
prot = "http"; # or https
|
||||
|
|
@ -25,8 +26,9 @@
|
|||
config = {
|
||||
adminuser = "admin";
|
||||
adminpassFile = "/etc/nextcloud-admin-pass";
|
||||
dbtype = "sqlite";
|
||||
dbtype = "mysql";
|
||||
};
|
||||
database.createLocally = true;
|
||||
};
|
||||
|
||||
services.nginx = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue