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?