4 lines
95 B
Nix
4 lines
95 B
Nix
{ ... }: {
|
|
virtualisation.docker.enable = true;
|
|
virtualisation.containers.enable = true;
|
|
}
|