feat: nextcloud version
This commit is contained in:
parent
1340ee934d
commit
d9e3a1aeb1
1 changed files with 2 additions and 1 deletions
|
|
@ -1,10 +1,11 @@
|
||||||
{config, ...}: {
|
{config, pkgs, ...}: {
|
||||||
# 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 = "samcsamc11";
|
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;
|
||||||
|
package = pkgs.nextcloud31;
|
||||||
config = {
|
config = {
|
||||||
adminpassFile = "/etc/nextcloud-admin-pass";
|
adminpassFile = "/etc/nextcloud-admin-pass";
|
||||||
dbtype = "sqlite";
|
dbtype = "sqlite";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue