From 7c8d3a66c363bb0110c3c96ce3828295474255e9 Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Sun, 17 Jul 2022 09:29:57 -0400 Subject: [PATCH] desktop: switch docker to podman --- modules/profiles/desktop.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/profiles/desktop.nix b/modules/profiles/desktop.nix index 6f3b178..0f99c64 100644 --- a/modules/profiles/desktop.nix +++ b/modules/profiles/desktop.nix @@ -106,7 +106,7 @@ with lib; { 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.loader.timeout = 1;