♻️ (neodymium/system) switch docker for podman

This commit is contained in:
Laureηt 2023-09-14 21:13:22 +02:00
parent bb89585eac
commit 629b3bfbc8
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI

View file

@ -1,9 +1,8 @@
{ ... }: {
virtualisation.docker = {
virtualisation.podman = {
enable = true;
storageDriver = "btrfs";
enableOnBoot = false;
dockerCompat = true;
autoPrune.enable = true;
};
}