feat: improve video configuration for VM and Live ISO
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
# Ensure the live environment user has the necessary groups for graphical acceleration and audio
|
||||
users.users.nixos.extraGroups = [ "wheel" "video" "render" "audio" "networkmanager" ];
|
||||
|
||||
# Graphics support for live environment
|
||||
boot.initrd.kernelModules = [ "amdgpu" "radeon" "nouveau" "i915" ];
|
||||
services.xserver.videoDrivers = [ "amdgpu" "radeon" "nouveau" "modesetting" "fbdev" ];
|
||||
|
||||
environment.etc."install.sh" = {
|
||||
source = ../installer/install.sh;
|
||||
mode = "0755";
|
||||
|
||||
Reference in New Issue
Block a user