From 4476eb759bf8ef3d4eb9c18006e411066e995c2f Mon Sep 17 00:00:00 2001 From: niten Date: Sat, 2 Sep 2023 12:31:16 -0700 Subject: [PATCH] WTF are links anyway --- nextcloud-container.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nextcloud-container.nix b/nextcloud-container.nix index db454cf..da9811b 100644 --- a/nextcloud-container.nix +++ b/nextcloud-container.nix @@ -111,7 +111,6 @@ in { nextcloud.service = { image = cfg.images.nextcloud; restart = "always"; - links = [ "postgres" ]; env_file = [ hostSecrets.nextcloudEnv.target-file ]; volumes = [ "${cfg.state-directory}/nextcloud:/var/www/html" @@ -236,7 +235,6 @@ in { service = { # useHostStore = true; ports = [ "${toString cfg.port}:80" ]; - links = [ "nextcloud" ]; healthcheck = { test = [ "CMD"