From 22dc7f92a771c0d128b4273e48af0aecbc184c5b Mon Sep 17 00:00:00 2001 From: DerGrumpf Date: Sun, 6 Apr 2025 21:10:19 +0200 Subject: [PATCH] Changed: HP Host --- hosts/hp15-n028sg/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/hp15-n028sg/default.nix b/hosts/hp15-n028sg/default.nix index 53d03d0..f00d507 100644 --- a/hosts/hp15-n028sg/default.nix +++ b/hosts/hp15-n028sg/default.nix @@ -28,12 +28,12 @@ boot.loader = { systemd-boot.enable = true; - efi.canTouchEfiVariables = true; + efi.canTouchEfiVariables = true; }; networking.hostName = "nix-hp"; # Define your hostname. - hardware.opengl.enable = true; + hardware.graphics.enable = true; system.stateVersion = "25.11"; # Did you read the comment?