mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-08 05:23:02 -04:00
9 lines
92 B
Nix
9 lines
92 B
Nix
{ NAME }:
|
|
{ ... }:
|
|
{
|
|
virtualisation = {
|
|
docker = {
|
|
enable = true;
|
|
};
|
|
};
|
|
}
|