fixes for flake update on Torus

This commit is contained in:
Tyler Starr 2024-07-20 23:40:49 -07:00
parent 62dd3aee3a
commit 7faff156ae

View File

@ -34,6 +34,10 @@
# Set kernel modules
boot.kernelModules = [ "sg" ];
# Hardware options
hardware.graphics.enable = true;
hardware.graphics.enable32Bit = true;
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
@ -59,10 +63,6 @@
virtualisation.docker.enableNvidia = true;
services.xserver.videoDrivers = [ "nvidia" ];
hardware.opengl = {
enable = true;
setLdLibraryPath = true;
};
# Define user account.
users.users.${user} = {