Skip to content

Commit

Permalink
feat(docker): store data across reboots
Browse files Browse the repository at this point in the history
  • Loading branch information
dsluijk committed Oct 1, 2024
1 parent 1703682 commit e3b8332
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/development/docker.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,11 @@ in {
users.users.${config.modules.user.username} = {
extraGroups = ["docker"];
};

modules.impermanence = {
unsafe.folders = [
"/var/lib/docker"
];
};
};
}

0 comments on commit e3b8332

Please sign in to comment.