hosts/zinc: add cryptsetup-askpass to .ash_history for faster access
This commit is contained in:
parent
bfdfc7ee68
commit
204303beee
@ -37,6 +37,11 @@ in {
|
|||||||
"/var/src/secrets/initrd/ssh_host_ed25519_key"
|
"/var/src/secrets/initrd/ssh_host_ed25519_key"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
boot.initrd.extraFiles."/root/.ash_history".source = pkgs.writeText ".ash_history" ''
|
||||||
|
cryptsetup-askpass
|
||||||
|
'';
|
||||||
|
|
||||||
boot.initrd.kernelModules = [
|
boot.initrd.kernelModules = [
|
||||||
"igc" # integrated rj45 network interface
|
"igc" # integrated rj45 network interface
|
||||||
"cdc_ether" # external 5G modem via usb
|
"cdc_ether" # external 5G modem via usb
|
||||||
|
Loading…
Reference in New Issue
Block a user