Add docker module and install for all
This commit is contained in:
parent
251e630242
commit
e319b48849
5 changed files with 11 additions and 11 deletions
8
modules/docker.nix
Normal file
8
modules/docker.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
storageDriver = "overlay2";
|
||||
liveRestore = true;
|
||||
autoPrune.enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue