NixOS/hosts/luna/modules/virtualisation.nix

8 lines
94 B
Nix
Raw Normal View History

2023-10-27 23:02:52 -05:00
{ ... }:
{
virtualisation.docker = {
enable = true;
autoPrune.enable = true;
};
}