all repos — nixfiles @ 38fce4627d3c2f8ba79049f571fd16bc5037d008

System and user configuration, managed by nix and home-manager

Merge remote-tracking branch 'origin/HEAD'
Alan Pearce alan@alanpearce.eu
Sun, 10 Sep 2017 14:53:28 +0200
commit

38fce4627d3c2f8ba79049f571fd16bc5037d008

parent

9b2347d2832781c13f73e57ca775fd3583aeeaee

3 files changed, 6 insertions(+), 0 deletions(-)

jump to
M modules/grub2.nixmodules/grub2.nix
@@ -9,4 +9,5 @@ efiSupport = true;     };
     efi.canTouchEfiVariables = true;
   };
+  boot.earlyVconsoleSetup = true;
 }
M modules/t470s.nixmodules/t470s.nix
@@ -4,4 +4,8 @@ { hardware.usbWwan.enable = true;   hardware.firmware = with pkgs; [
     firmwareLinuxNonfree
   ];
+
+  environment.systemPackages = with pkgs; [
+    nvme-cli
+  ];
 }
M satoshipad.nixsatoshipad.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;
     }