Apply suggestions from 9999years

This commit is contained in:
Tom Bereknyei 2020-02-01 21:11:31 -05:00 committed by Tom Bereknyei
parent 3f1a5617bf
commit 22a16c801c
1 changed files with 6 additions and 0 deletions

View File

@ -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> {