summaryrefslogtreecommitdiff
path: root/mini
diff options
context:
space:
mode:
authorChristoph Cullmann <christoph@cullmann.io>2024-06-21 23:46:35 +0200
committerChristoph Cullmann <christoph@cullmann.io>2024-06-21 23:46:35 +0200
commitbb577ae13fb50aa5f208a808cc1415fb3d37e338 (patch)
tree8e2e518fb8b20eee843aa1d82041caab5aeba5da /mini
parent2a6bc9f45049337f346b959f29f1e374e8b56b6f (diff)
update more options
Diffstat (limited to 'mini')
-rw-r--r--mini/configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/mini/configuration.nix b/mini/configuration.nix
index 23f103c..2f139e9 100644
--- a/mini/configuration.nix
+++ b/mini/configuration.nix
@@ -15,7 +15,7 @@
];
# amd graphics
- hardware.opengl.extraPackages = with pkgs; [ amdvlk rocm-opencl-icd rocm-opencl-runtime ];
+ hardware.graphics.extraPackages = with pkgs; [ amdvlk rocm-opencl-icd rocm-opencl-runtime ];
# our hostname and an ID for ZFS
networking.hostName = "mini";