add some useful utilities (to initrd and home-manager)
This commit is contained in:
@@ -10,7 +10,10 @@ with lib;
|
||||
];
|
||||
boot.initrd.kernelModules = [ ];
|
||||
boot.initrd.supportedFilesystems = [ "ext4" "btrfs" "ext2" "ext3" "vfat" ];
|
||||
# find more of these with sensors-detect
|
||||
# useful emergency utils
|
||||
boot.initrd.extraUtilsCommands = ''
|
||||
copy_bin_and_libs ${pkgs.btrfs-progs}/bin/btrfstune
|
||||
'';
|
||||
boot.kernelModules = [
|
||||
"coretemp"
|
||||
"kvm-intel"
|
||||
|
@@ -206,6 +206,7 @@ in
|
||||
dig
|
||||
cryptsetup
|
||||
duplicity
|
||||
efibootmgr
|
||||
fatresize
|
||||
fd
|
||||
file
|
||||
|
Reference in New Issue
Block a user