summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Bereknyei <tomberek@gmail.com>2020-02-01 21:11:31 -0500
committerTom Bereknyei <tom@rebelliondefense.com>2020-02-01 21:12:29 -0500
commit22a16c801ccc908e6d4c8893e0bdf7e38e623e89 (patch)
treec3300b98f5f4765d911358a71bfcbb5da2b6945a
parent3f1a5617bf3aca2b2c4e61af5e8ad644de4cf4e7 (diff)
Apply suggestions from 9999years
-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> {