all repos — nixfiles @ cca3a69947eb84d79c5816648cc104ad9b55623f

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

Create more hardware modules

Alan Pearce
commit

cca3a69947eb84d79c5816648cc104ad9b55623f

parent

a3761db1bf6df8cc4e58dbbdde75f10059dd6068

1 file changed, 13 insertions(+), 0 deletions(-)

changed files
A modules/bare-metal.nix
@@ -0,0 +1,13 @@
+{ config, pkgs, ... }: + +{ environment.systemPackages = with pkgs; [ + fuse_exfat + cryptsetup + dmidecode + hdparm + pciutils + usbutils + ]; + + boot.kernelPackages = pkgs.linuxPackages_4_12; +}