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