Files
abra/nix/modules/docker.nix
T

8 lines
90 B
Nix

{ ... }:
{
virtualisation.docker = {
enable = true;
liveRestore = false;
};
}