Files
nixos/system/virtualisation.nix

11 lines
138 B
Nix
Raw Permalink Normal View History

2026-03-21 17:24:16 +00:00
{ ... }:
{
2026-03-21 17:25:14 +00:00
virtualisation = {
2026-03-21 17:27:28 +00:00
docker = {
enable = true;
autoPrune.enable = true;
};
2026-03-21 17:24:16 +00:00
};
}