nix-configurations/hosts/lkk-nix-1/services/docker.nix

8 lines
104 B
Nix

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