From 95dfb78b485cec7b58961091e0ab805d7eb2ffab Mon Sep 17 00:00:00 2001 From: Laurent Gueret Date: Thu, 16 Jul 2026 22:22:08 +0200 Subject: [PATCH] =?UTF-8?q?Passage=20de=20podman=20=C3=A0=20docker?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hosts/nixos/system/os.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nixos/system/os.nix b/hosts/nixos/system/os.nix index e8dccf0..fe89277 100755 --- a/hosts/nixos/system/os.nix +++ b/hosts/nixos/system/os.nix @@ -22,7 +22,7 @@ # Virtualisation Apps os.virtualisation.cuda.enable = true; - os.virtualisation.podman.enable = true; + os.virtualisation.docker.enable = true; # Shells configurations os.shells.gnome.enable = true;