summaryrefslogtreecommitdiffstats
path: root/2configs/fs
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-08-16 12:16:39 +0200
committermakefu <github@syntax-fehler.de>2017-08-16 12:31:56 +0200
commit2cbba1cba5db12ab4f11155c4462b51ff8b168be (patch)
treea2be5b31398f29e6a2f792b4b986d27f00b21415 /2configs/fs
parentb0b1c169eea26a036087ea7a612ac06d24b5a0c0 (diff)
ma sda-crypto-root: add notes for formatting the harddrive
Diffstat (limited to '2configs/fs')
-rw-r--r--2configs/fs/sda-crypto-root.nix6
1 files changed, 6 insertions, 0 deletions
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 <stockholm/lib>;
{
boot = {