condense docker options, fix nextcloud

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-06-29 00:59:49 -04:00
parent f175dca0ce
commit 55099d191b
No known key found for this signature in database
GPG Key ID: 1FACF4075E3212F7
3 changed files with 2 additions and 6 deletions

View File

@ -1,5 +0,0 @@
{ ... }:
{
virtualisation.docker.daemon.settings.data-root = "/var/lib/docker2";
}

View File

@ -13,6 +13,7 @@
];
virtualisation.oci-containers.backend = "docker";
virtualisation.docker.daemon.settings.data-root = "/var/lib/docker2";
# "nextcloud-go-vod-1 radialapps/go-vod"
# "nextcloud-nextcloud-1 nextcloud-nextcloud"

View File

@ -24,7 +24,7 @@ in
"/ZFS/ZFS-primary/nextcloud/nc_php:/usr/local/etc/php"
"/ZFS/ZFS-primary/nextcloud/nc_prehooks:/docker-entrypoint-hooks.d/before-starting"
];
extraOption = [
extraOptions = [
"--network=haproxy-net"
"--network=postgres-net"
"--network=nextcloud_default"