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.kernelModules = [ ];
|
||||||
boot.initrd.supportedFilesystems = [ "ext4" "btrfs" "ext2" "ext3" "vfat" ];
|
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 = [
|
boot.kernelModules = [
|
||||||
"coretemp"
|
"coretemp"
|
||||||
"kvm-intel"
|
"kvm-intel"
|
||||||
|
@@ -206,6 +206,7 @@ in
|
|||||||
dig
|
dig
|
||||||
cryptsetup
|
cryptsetup
|
||||||
duplicity
|
duplicity
|
||||||
|
efibootmgr
|
||||||
fatresize
|
fatresize
|
||||||
fd
|
fd
|
||||||
file
|
file
|
||||||
|
Reference in New Issue
Block a user