From 45194c2efd22689115dc165a25a77625511ea0a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20I=C8=99an?= Date: Wed, 8 Jul 2026 13:49:20 +0200 Subject: [PATCH] containers: fixed specifically clementines --- modules/containers/specificallyclementines.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/modules/containers/specificallyclementines.nix b/modules/containers/specificallyclementines.nix index edfe9eb..58d9790 100644 --- a/modules/containers/specificallyclementines.nix +++ b/modules/containers/specificallyclementines.nix @@ -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 = {