.hive/modules/services/docker.nix

5 lines
60 B
Nix

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