From 892f9bfe73a5b9f05668e5f026a8baf1adb15bd4 Mon Sep 17 00:00:00 2001 From: Cilly Leang Date: Sat, 25 Oct 2025 18:54:03 +1100 Subject: [PATCH] hosts/hazel: hardware.opengl -> hardware.graphics --- hosts/hazel/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hazel/default.nix b/hosts/hazel/default.nix index 7e22154..cd568c3 100644 --- a/hosts/hazel/default.nix +++ b/hosts/hazel/default.nix @@ -73,7 +73,7 @@ in }; users.users.immich.extraGroups = [ "video" "render" ]; - hardware.opengl.enable = true; + hardware.graphics.enable = true; services.nginx.virtualHosts."photos.lava.moe" = { enableACME = true; forceSSL = true;