dotfiles-nixos/nixos/modules/docker.nix

6 lines
72 B
Nix
Raw Normal View History

2023-06-18 14:32:51 +00:00
{ config, lib, pkgs, ... }:
{
virtualisation.docker.enable = true;
}