no longer use deprecated hardware.opengl

This commit is contained in:
Jörg Thalheim
2024-12-11 16:48:19 +01:00
committed by Mic92
parent 11bb853015
commit cf2033441c
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@
};
# General default settings
fonts.enableDefaultPackages = lib.mkDefault true;
hardware.opengl.enable = lib.mkDefault true;
hardware.graphics.enable = lib.mkDefault true;
# User account
services.getty.autologinUser = lib.mkDefault config.clan.services.waypipe.user;