nix-dotfiles/hosts/dosei/services/docker.nix

5 lines
71 B
Nix

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