mirror of
https://github.com/0x1d/nix.git
synced 2025-12-14 05:56:51 +01:00
4 lines
58 B
Nix
4 lines
58 B
Nix
{ pkgs, ... }: {
|
|
virtualisation.docker.enable = true;
|
|
}
|