aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/ginaz
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-04-14 04:37:15 -0700
committerMark Nipper <nipsy@bitgnome.net>2024-04-14 04:37:15 -0700
commitdc9d92e09218688e3a3f15d5cd728e7c035391cb (patch)
tree94f04fc45e881c4dba1d7084f53812d9f0d3c2f4 /hosts/ginaz
parent5bf7d4df451df295f660cb352ecf064e3f28f640 (diff)
downloadnix-dc9d92e09218688e3a3f15d5cd728e7c035391cb.tar
nix-dc9d92e09218688e3a3f15d5cd728e7c035391cb.tar.gz
nix-dc9d92e09218688e3a3f15d5cd728e7c035391cb.tar.bz2
nix-dc9d92e09218688e3a3f15d5cd728e7c035391cb.tar.lz
nix-dc9d92e09218688e3a3f15d5cd728e7c035391cb.tar.xz
nix-dc9d92e09218688e3a3f15d5cd728e7c035391cb.tar.zst
nix-dc9d92e09218688e3a3f15d5cd728e7c035391cb.zip
Update richese to new flake layout
Diffstat (limited to 'hosts/ginaz')
-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";
}