mirror of
https://github.com/FabricSoul/nixos-configs.git
synced 2025-08-03 16:50:24 -04:00
4 lines
85 B
Nix
4 lines
85 B
Nix
# hosts/common/optional/docker.nix
|
|
{...}: {
|
|
virtualisation.docker.enable = true;
|
|
}
|