Try not using host store...
This commit is contained in:
parent
63528f798a
commit
f40c3f3758
|
@ -136,7 +136,7 @@ in {
|
||||||
};
|
};
|
||||||
user = mkUserMap cfg.uids.postgres;
|
user = mkUserMap cfg.uids.postgres;
|
||||||
};
|
};
|
||||||
proxy = { pkgs, lib, ... }: {
|
proxy = { lib, ... }: {
|
||||||
nixos = {
|
nixos = {
|
||||||
useSystemd = true;
|
useSystemd = true;
|
||||||
configuration = {
|
configuration = {
|
||||||
|
@ -231,7 +231,7 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
service = {
|
service = {
|
||||||
useHostStore = true;
|
# useHostStore = true;
|
||||||
ports = [ "${toString cfg.port}:80" ];
|
ports = [ "${toString cfg.port}:80" ];
|
||||||
links = [ "nextcloud" ];
|
links = [ "nextcloud" ];
|
||||||
healthcheck = {
|
healthcheck = {
|
||||||
|
|
Loading…
Reference in New Issue