10 lines
97 B
Nix
10 lines
97 B
Nix
{ config, pkgs, ... }:
|
|
{
|
|
virtualisation = {
|
|
docker = {
|
|
enable = true;
|
|
};
|
|
};
|
|
|
|
}
|