feat(machines/terra): configuration updates

This commit is contained in:
Michael Thomas 2024-08-05 16:52:00 -04:00
parent cd971466a2
commit da87dc6380
2 changed files with 10 additions and 2 deletions

View File

@ -71,10 +71,18 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
obs-studio obs-studio
kdenlive
virt-manager virt-manager
virtiofsd
# GTK Discord Client # GTK Discord Client
unstable.dissent unstable.dissent
kdenlive
prismlauncher
lutris
android-studio
]; ];
# This value determines the NixOS release from which the default # This value determines the NixOS release from which the default

View File

@ -20,7 +20,7 @@
hardware.opengl.driSupport = true; hardware.opengl.driSupport = true;
hardware.opengl.driSupport32Bit = true; hardware.opengl.driSupport32Bit = true;
services.xserver.videoDrivers = ["nvidia"]; services.xserver.videoDrivers = ["amdgpu"];
fileSystems."/" = { fileSystems."/" = {
device = "/dev/disk/by-uuid/fa11ad2d-97d9-4e87-8fe9-f2cae0d9894e"; device = "/dev/disk/by-uuid/fa11ad2d-97d9-4e87-8fe9-f2cae0d9894e";