nixos-config/modules/core/docker.nix
2024-09-25 14:08:59 +02:00

7 lines
92 B
Nix

{ ... }:
{
virtualisation.docker = {
enable = true;
enableOnBoot = false;
};
}