nix-config/modules/docker.nix

11 lines
84 B
Nix

{
pkgs,
lib,
...
}: {
virtualisation.docker = {
enable = true;
};
}