add some useful utilities (to initrd and home-manager)

This commit is contained in:
2022-06-19 15:56:58 -07:00
parent 878b5ed1b6
commit 324e9c9b56
2 changed files with 5 additions and 1 deletions

View File

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

View File

@@ -206,6 +206,7 @@ in
dig
cryptsetup
duplicity
efibootmgr
fatresize
fd
file