Add docker module and install for all

This commit is contained in:
fleaz 2022-02-14 18:13:38 +01:00
parent 251e630242
commit e319b48849
5 changed files with 11 additions and 11 deletions

8
modules/docker.nix Normal file
View file

@ -0,0 +1,8 @@
{
virtualisation.docker = {
enable = true;
storageDriver = "overlay2";
liveRestore = true;
autoPrune.enable = true;
};
}