mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 15:10:19 +02:00
fix: added nextcloud missing args
This commit is contained in:
parent
f95f763a6d
commit
16836bc4f2
2 changed files with 6 additions and 2 deletions
|
@ -1,11 +1,14 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
sops.secrets.adminNextcloudPass = { };
|
||||
services.nextcloud = {
|
||||
|
||||
enable = true;
|
||||
hostName = "cloud.hypervirtual.world";
|
||||
database.createLocally = true;
|
||||
config = {
|
||||
dbtype = "pgsql";
|
||||
adminpassFile = config.services.nextcloud.adminNextcloudPass;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue