containers: fixed specifically clementines

This commit is contained in:
Victor Ișan 2026-07-08 13:49:20 +02:00
parent 13c500596e
commit 45194c2efd

View File

@ -7,7 +7,6 @@ in
systemd.tmpfiles.rules = [
"d ${workDir}/dbdata 2770 root admin"
"d ${workDir}/dbetclocal 2770 root admin"
"d ${workDir}/frontend 2770 root admin"
];
virtualisation.oci-containers.containers = {
@ -41,14 +40,6 @@ in
ports = [
"0.0.0.0:10011:8100"
];
volumes = [
"${workDir}/frontend/groceries-web.conf:/etc/nginx/conf.d/default.conf:ro"
];
extraOptions = [
"--group-add=10000"
];
};
clementines-backend = {