Don't have a dependency, postgres is on same host

This commit is contained in:
niten 2023-09-04 19:01:22 -07:00
parent 8dfde5e194
commit e5cf9dac6d
1 changed files with 0 additions and 1 deletions

View File

@ -136,7 +136,6 @@ in {
"${cfg.state-directory}/postgres:/var/lib/postgresql/data" "${cfg.state-directory}/postgres:/var/lib/postgresql/data"
]; ];
user = mkUserMap cfg.uids.nextcloud; user = mkUserMap cfg.uids.nextcloud;
depends_on = [ "postgres" ];
ports = [ "${toString cfg.port}:80" ]; ports = [ "${toString cfg.port}:80" ];
}; };
}; };