persist user homes

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

View File

@ -47,7 +47,7 @@ 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;
imageFile =
let
packages = lib.concatStringsSep " " [