From f40c3f37581e8cd754614c1600468340f459bbc0 Mon Sep 17 00:00:00 2001 From: niten Date: Fri, 1 Sep 2023 20:35:12 -0700 Subject: [PATCH] Try not using host store... --- nextcloud-container.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nextcloud-container.nix b/nextcloud-container.nix index c760e44..e58ed41 100644 --- a/nextcloud-container.nix +++ b/nextcloud-container.nix @@ -136,7 +136,7 @@ in { }; user = mkUserMap cfg.uids.postgres; }; - proxy = { pkgs, lib, ... }: { + proxy = { lib, ... }: { nixos = { useSystemd = true; configuration = { @@ -231,7 +231,7 @@ in { }; }; service = { - useHostStore = true; + # useHostStore = true; ports = [ "${toString cfg.port}:80" ]; links = [ "nextcloud" ]; healthcheck = {