mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-29 00:44:57 +08:00
full disk encryption
This commit is contained in:
parent
55ba8d251c
commit
56385bf7e0
1 changed files with 4 additions and 2 deletions
|
|
@ -19,12 +19,14 @@
|
|||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
fileSystems."/" =
|
||||
{ device = "/dev/disk/by-uuid/9d13f366-37bd-474b-b6c8-9fae17dbc5dc";
|
||||
{ device = "/dev/disk/by-uuid/0c60d1a3-f5da-4687-a982-46a3c2580839";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
boot.initrd.luks.devices."crypted".device = "/dev/disk/by-uuid/1642e4f1-8098-4db5-9327-5c5f8827a2c0";
|
||||
|
||||
fileSystems."/boot" =
|
||||
{ device = "/dev/disk/by-uuid/8F9C-EB2B";
|
||||
{ device = "/dev/disk/by-uuid/F0E7-9C8C";
|
||||
fsType = "vfat";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue