From c6904879417fa2ad3a68d469fa4eec373015d90c Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Mon, 12 Jun 2023 23:40:57 +0200 Subject: [PATCH] chown workdir recurcively --- hosts/uranus/jupyter-container.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/uranus/jupyter-container.nix b/hosts/uranus/jupyter-container.nix index a7b43cd..5c365cf 100644 --- a/hosts/uranus/jupyter-container.nix +++ b/hosts/uranus/jupyter-container.nix @@ -58,7 +58,7 @@ pkgs.dockerTools.buildImage { # create jupyter group groupadd ${jupyterAdminGroup} chown root:${jupyterAdminGroup} /workdir - chmod g+rwx /workdir + chmod -R g+rwx /workdir # create all the users ${create-all-users-script}