preserve the whole home folder

This commit is contained in:
oxapentane - 2023-06-10 23:58:16 +02:00
parent 9a5ff36f17
commit ef0f6cc5e0
Signed by: oxapentane
GPG Key ID: 91FA5E5BF9AA901C
1 changed files with 2 additions and 1 deletions

View File

@ -47,7 +47,8 @@ in
"/var/lib/jupyter-volume:/workdir"
"/var/lib/root-home:/root"
"/var/lib/pw:/pw"
] ++ builtins.map (u: "/var/lib/${u.username}-home:/home/${u.username}") jupyterUsers;
"/var/lib/users-home:/home"
];
imageFile =
let
packages = lib.concatStringsSep " " [