infrastructure/hosts/neodymium/system/docker/default.nix

10 lines
150 B
Nix

{ ... }: {
virtualisation.docker = {
enable = true;
storageDriver = "btrfs";
enableOnBoot = false;
autoPrune.enable = true;
};
}