diff --git a/hosts/odyssey/hardware-configuration.nix b/hosts/odyssey/hardware-configuration.nix index 02814e6..8d6d6f7 100644 --- a/hosts/odyssey/hardware-configuration.nix +++ b/hosts/odyssey/hardware-configuration.nix @@ -13,6 +13,9 @@ boot.kernelModules = [ "kvm-intel" ]; boot.extraModulePackages = [ ]; + hardware.nvidia.modesetting.enable = true; + services.xserver.videoDrivers = [ "nvidia" ]; + fileSystems."/" = { device = "rpool/system/root"; fsType = "zfs";