nixos-config/modules/core/docker.nix

8 lines
92 B
Nix
Raw Normal View History

2024-09-25 14:08:59 +02:00
{ ... }:
{
virtualisation.docker = {
enable = true;
enableOnBoot = false;
};
}