chore: remove usb keys for encryption

This commit is contained in:
Ivan R. 2024-01-30 23:52:27 +05:00
parent 8a9cdfcaf9
commit e2c2a04256
No known key found for this signature in database
GPG key ID: 56C7BAAE859B302C

View file

@ -13,13 +13,9 @@
boot.initrd.luks.devices = { boot.initrd.luks.devices = {
hdd = { hdd = {
device = "/dev/disk/by-uuid/157d0eca-01bf-4dfc-88ff-12eb1e1aff69"; device = "/dev/disk/by-uuid/157d0eca-01bf-4dfc-88ff-12eb1e1aff69";
keyFileSize = 4096;
keyFile = "/dev/disk/by-id/usb-General_UDisk_2111031038384184595311-0:0";
}; };
ssd = { ssd = {
device = "/dev/disk/by-uuid/d13d7d84-5fa2-4b0f-abcc-5834c75b4cb6"; device = "/dev/disk/by-uuid/d13d7d84-5fa2-4b0f-abcc-5834c75b4cb6";
keyFileSize = 4096;
keyFile = "/dev/disk/by-id/usb-General_UDisk_2111031038384184595311-0:0";
}; };
}; };
boot.kernelModules = [ "kvm-intel" ]; boot.kernelModules = [ "kvm-intel" ];