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.