Fix configuration
This commit is contained in:
parent
db40577e0c
commit
88177ecbad
4 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
imports = [
|
||||
|
||||
../role/nextcloud
|
||||
../../../role/nextcloud
|
||||
];
|
||||
|
||||
services.nextcloud = {
|
||||
|
|
|
@ -21,7 +21,7 @@ in {
|
|||
yearly = -1;
|
||||
|
||||
};
|
||||
removeableDevices = true;
|
||||
removableDevice = true;
|
||||
repo = repo;
|
||||
startAt = "07:00:";
|
||||
environment.BORG_BASE_DIR = "${repo}/borg-base-dir";
|
||||
|
|
|
@ -7,10 +7,10 @@
|
|||
./backup.nix
|
||||
./applications
|
||||
|
||||
../hardware/nuc.nix
|
||||
../../hardware/nuc.nix
|
||||
|
||||
../role/base
|
||||
../role/dropbear
|
||||
../../role/base
|
||||
../../role/dropbear
|
||||
];
|
||||
|
||||
# Set your time zone.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.nextcloud = {
|
||||
services.nextcloud.config = {
|
||||
adminpassFile = "/secrets/nextcloud-admin"; # TODO
|
||||
adminuser = "root";
|
||||
dbtype = "pgsql";
|
||||
|
|
Loading…
Add table
Reference in a new issue