Skip to content

Commit

Permalink
uranus: change docker storage driver to overlay2
Browse files Browse the repository at this point in the history
  • Loading branch information
marenz2569 committed Jan 3, 2025
1 parent 363ed61 commit 04f24b6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions hosts/uranus/stateful-jupyter.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ in

virtualisation.docker = {
enable = true;
# magic from marenz to make it work on ceph
storageDriver = "devicemapper";
extraOptions = "--storage-opt dm.basesize=40G --storage-opt dm.fs=xfs";
storageDriver = "overlay2";
};

# user to run the thing
Expand Down

0 comments on commit 04f24b6

Please sign in to comment.