Files
nixos/modules/system/docker.nix
2025-07-04 12:02:04 +02:00

4 lines
43 B
Nix

{
virtualisation.docker.enable = true;
}