From 821c51e0fae26b70a5aa8b528da0e8fd90940b68 Mon Sep 17 00:00:00 2001 From: Laurent Gueret Date: Fri, 17 Jul 2026 12:23:31 +0200 Subject: [PATCH] Desibaled cuda --- 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 fe89277..2778294 100755 --- a/hosts/nixos/system/os.nix +++ b/hosts/nixos/system/os.nix @@ -21,7 +21,7 @@ os.flatpak.enable = true; # Virtualisation Apps - os.virtualisation.cuda.enable = true; + os.virtualisation.cuda.enable = false; os.virtualisation.docker.enable = true; # Shells configurations