aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/ginaz/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/ginaz/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/ginaz/default.nix b/hosts/ginaz/default.nix
index 97f14d9..f3ef8e2 100644
--- a/hosts/ginaz/default.nix
+++ b/hosts/ginaz/default.nix
@@ -40,5 +40,7 @@
nftables.enable = true;
};
+ services.xserver.videoDrivers = [ "amdgpu" ];
+
system.stateVersion = "23.11";
}