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, ...}: {
|
||||
# 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 = {
|
||||
enable = true;
|
||||
hostName = "sprechtl.ddns.net";
|
||||
https = true;
|
||||
config = {
|
||||
adminpassFile = "/etc/nextcloud-admin-pass";
|
||||
dbtype = "sqlite";
|
||||
};
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts.${config.services.nextcloud.hostName} = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue