NixOS/hosts/luna/modules/virtualisation.nix

8 lines
94 B
Nix

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