diff options
Diffstat (limited to 'hosts/ginaz/default.nix')
-rw-r--r-- | hosts/ginaz/default.nix | 2 |
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"; } |