feat: nextcloud updates
This commit is contained in:
parent
5d82967bd0
commit
1340ee934d
1 changed files with 5 additions and 1 deletions
|
|
@ -1,10 +1,14 @@
|
||||||
{config, ...}: {
|
{config, ...}: {
|
||||||
# This is only a temporary password and will be changed
|
# This is only a temporary password and will be changed
|
||||||
environment.etc."nextcloud-admin-pass".text = "samc";
|
environment.etc."nextcloud-admin-pass".text = "samcsamc11";
|
||||||
services.nextcloud = {
|
services.nextcloud = {
|
||||||
enable = true;
|
enable = true;
|
||||||
hostName = "sprechtl.ddns.net";
|
hostName = "sprechtl.ddns.net";
|
||||||
https = true;
|
https = true;
|
||||||
|
config = {
|
||||||
|
adminpassFile = "/etc/nextcloud-admin-pass";
|
||||||
|
dbtype = "sqlite";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.nginx.virtualHosts.${config.services.nextcloud.hostName} = {
|
services.nginx.virtualHosts.${config.services.nextcloud.hostName} = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue