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
|
||||
environment.etc."nextcloud-admin-pass".text = "samcsamc11";
|
||||
services.nextcloud = {
|
||||
enable = true;
|
||||
hostName = "sprechtl.ddns.net";
|
||||
https = true;
|
||||
package = pkgs.nextcloud31;
|
||||
config = {
|
||||
adminpassFile = "/etc/nextcloud-admin-pass";
|
||||
dbtype = "sqlite";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue