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;