Try not using host store...
This commit is contained in:
parent
63528f798a
commit
f40c3f3758
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue