diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2025-05-22 16:49:29 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2025-05-22 16:49:29 -0700 |
commit | 66c66734021fceb345a8ec0b92602ecbdb580f18 (patch) | |
tree | b48ce18a778006a09b073ef4e6a9ea7b5dc6b596 | |
parent | 7707eebf1f97271e468f2ef73ea046f440d0909e (diff) | |
download | nix-66c66734021fceb345a8ec0b92602ecbdb580f18.tar nix-66c66734021fceb345a8ec0b92602ecbdb580f18.tar.gz nix-66c66734021fceb345a8ec0b92602ecbdb580f18.tar.bz2 nix-66c66734021fceb345a8ec0b92602ecbdb580f18.tar.lz nix-66c66734021fceb345a8ec0b92602ecbdb580f18.tar.xz nix-66c66734021fceb345a8ec0b92602ecbdb580f18.tar.zst nix-66c66734021fceb345a8ec0b92602ecbdb580f18.zip |
Enable X11 amdgpu driver @arrakis
Diffstat (limited to '')
-rw-r--r-- | hosts/arrakis/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/arrakis/default.nix b/hosts/arrakis/default.nix index a717781..9fda650 100644 --- a/hosts/arrakis/default.nix +++ b/hosts/arrakis/default.nix @@ -236,7 +236,7 @@ }; services.openssh.settings.X11Forwarding = true; - #services.xserver.videoDrivers = [ "nvidia" ]; + services.xserver.videoDrivers = [ "amdgpu" ]; sops = { age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ]; |