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 = {