Files
nix-config/hosts/common/docker.nix
2024-04-21 16:22:38 +02:00

6 lines
56 B
Nix

{
virtualisation.docker = {
enable = true;
};
}