Try not using host store...

This commit is contained in:
niten 2023-09-01 20:35:12 -07:00
parent 63528f798a
commit f40c3f3758
1 changed files with 2 additions and 2 deletions

View File

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