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

8 lines
104 B
Nix
Raw Normal View History

2022-12-30 12:05:46 +00:00
{ config, pkgs, ... }:
{
virtualisation.docker = {
enable = true;
enableOnBoot = true;
};
}