From 5a9c12b77f8126067f4a223a680ff88be47ec27e Mon Sep 17 00:00:00 2001 From: Gustav Bruhn Date: Tue, 18 Mar 2025 21:49:55 +0100 Subject: [PATCH] 34 current 2025-03-18 21:49:52 25.05.20250315.c80f6a7 6.12.19 * --- hosts/framework/configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/framework/configuration.nix b/hosts/framework/configuration.nix index eca172b..911cc7f 100644 --- a/hosts/framework/configuration.nix +++ b/hosts/framework/configuration.nix @@ -17,7 +17,6 @@ # Bootloader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - boot.kernelParams = ["video=2880x1920"]; networking.hostName = "framework"; # Define your hostname. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.