hosts/hazel: hardware.opengl -> hardware.graphics

This commit is contained in:
Cilly Leang 2025-10-25 18:54:03 +11:00
parent 6d356be1f0
commit 892f9bfe73
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -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;