dotfiles/nixos/modules/server/docker.nix

6 lines
No EOL
84 B
Nix

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