desktop: switch docker to podman

This commit is contained in:
Sean Buckley 2022-07-17 09:29:57 -04:00
parent 72e418f8e4
commit 7c8d3a66c3

View file

@ -106,7 +106,7 @@ with lib;
{ key = "ctrl+e"; command = "workbench.action.quickOpen"; when = "!terminalFocus"; } { key = "ctrl+e"; command = "workbench.action.quickOpen"; when = "!terminalFocus"; }
]; ];
virtualisation.docker = { enable = true; enableOnBoot = false; }; virtualisation.podman.enable = true;
boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
boot.loader.timeout = 1; boot.loader.timeout = 1;