From 2cbba1cba5db12ab4f11155c4462b51ff8b168be Mon Sep 17 00:00:00 2001 From: makefu Date: Wed, 16 Aug 2017 12:16:39 +0200 Subject: ma sda-crypto-root: add notes for formatting the harddrive --- 2configs/fs/sda-crypto-root.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '2configs/fs') diff --git a/2configs/fs/sda-crypto-root.nix b/2configs/fs/sda-crypto-root.nix index cfa703aaf..55cfd74f5 100644 --- a/2configs/fs/sda-crypto-root.nix +++ b/2configs/fs/sda-crypto-root.nix @@ -4,6 +4,12 @@ # sda1: boot ext4 (label nixboot) - must be unlocked on boot if required: # boot.initrd.luks.devices = [ { name = "luksroot"; device = "/dev/sda2"; allowDiscards=true; }]; # sda2: cryptoluks -> ext4 + +# fdisk /dev/sda + # boot 500M + # rest rest +# cryptsetup luksFormat /dev/sda2 +# with import ; { boot = { -- cgit v1.2.3