From 5c81aa0ad967df3bc5afd00be1fcde29602fe6d1 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Thu, 14 Mar 2024 11:05:41 +0000 Subject: [PATCH] architect: commented out nvidia in main --- hosts/architect/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/architect/default.nix b/hosts/architect/default.nix index 76b10f0..300af83 100644 --- a/hosts/architect/default.nix +++ b/hosts/architect/default.nix @@ -146,7 +146,9 @@ in fwupd.enable = true; das_watchdog.enable = true; zfs.autoScrub.enable = true; - xserver.videoDrivers = [ "nvidia" ]; + + # TODO: put NVIDIA related in another module + # xserver.videoDrivers = [ "nvidia" ]; openssh = { enable = true;