feat: enable docker

This commit is contained in:
Ahwx 2024-09-25 14:08:59 +02:00
parent 105e72699b
commit 5d19ec3c75
2 changed files with 30 additions and 11 deletions

7
modules/core/docker.nix Normal file
View file

@ -0,0 +1,7 @@
{ ... }:
{
virtualisation.docker = {
enable = true;
enableOnBoot = false;
};
}