Fix configuration
This commit is contained in:
parent
db40577e0c
commit
88177ecbad
4 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.nextcloud = {
|
||||
services.nextcloud.config = {
|
||||
adminpassFile = "/secrets/nextcloud-admin"; # TODO
|
||||
adminuser = "root";
|
||||
dbtype = "pgsql";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue