remove podman by default

This commit is contained in:
Sean Buckley 2022-10-14 15:47:00 -04:00
parent f950d3c26b
commit 32e5c95db3

View file

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