Merge remote-tracking branch 'origin/HEAD'
Alan Pearce alan@alanpearce.eu
Sun, 10 Sep 2017 14:53:28 +0200
3 files changed, 6 insertions(+), 0 deletions(-)
M modules/grub2.nix → modules/grub2.nix
@@ -9,4 +9,5 @@ efiSupport = true; }; efi.canTouchEfiVariables = true; }; + boot.earlyVconsoleSetup = true; }
M modules/t470s.nix → modules/t470s.nix
@@ -4,4 +4,8 @@ { hardware.usbWwan.enable = true; hardware.firmware = with pkgs; [ firmwareLinuxNonfree ]; + + environment.systemPackages = with pkgs; [ + nvme-cli + ]; }
M satoshipad.nix → satoshipad.nix
@@ -40,6 +40,7 @@ boot.initrd.luks.devices = [ { name = "root"; + allowDiscards = true; device = "/dev/disk/by-uuid/bb7f9a24-8963-4d00-9258-118050b35748"; preLVM = true; }