.hive/modules/services/docker.nix
2024-04-17 16:47:06 +02:00

4 lines
58 B
Nix

{config, ...}: {
virtualisation.docker.enable = true;
}