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;
|
enable = true;
|
||||||
hostName = "10.0.0.69";
|
hostName = "10.0.0.69";
|
||||||
https = false;
|
https = false;
|
||||||
|
configureRedis = true;
|
||||||
package = pkgs.nextcloud31;
|
package = pkgs.nextcloud31;
|
||||||
settings = let
|
settings = let
|
||||||
prot = "http"; # or https
|
prot = "http"; # or https
|
||||||
|
|
@ -25,8 +26,9 @@
|
||||||
config = {
|
config = {
|
||||||
adminuser = "admin";
|
adminuser = "admin";
|
||||||
adminpassFile = "/etc/nextcloud-admin-pass";
|
adminpassFile = "/etc/nextcloud-admin-pass";
|
||||||
dbtype = "sqlite";
|
dbtype = "mysql";
|
||||||
};
|
};
|
||||||
|
database.createLocally = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue