summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dell/xps/15-7590/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/dell/xps/15-7590/default.nix b/dell/xps/15-7590/default.nix
index aa3dd7f..cad9ba6 100644
--- a/dell/xps/15-7590/default.nix
+++ b/dell/xps/15-7590/default.nix
@@ -10,6 +10,12 @@
# Set to true for just the first run, then disable it.
# boot.loader.efi.canTouchEfiVariables = lib.mkDefault true;
+ # Earlier font-size setup
+ console.earlySetup = true;
+
+ # Prevent small EFI partiion from filling up
+ boot.loader.grub.configurationLimit = 10;
+
# The 48.ucode causes the Killer wifi card to crash.
# The iwlfwifi-cc-a0-46.ucode works perfectly
nixpkgs.pkgs = import <nixpkgs> {