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 = {