summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/sda-crypto-root-home.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-08-23 02:48:35 +0200
committermakefu <github@syntax-fehler.de>2015-08-23 02:48:35 +0200
commit7a1e2f83b242b6779e1590082fbe93a8ed429611 (patch)
tree8bfae8a9a2583250d92efbe66d5813b80d73be8e /makefu/2configs/sda-crypto-root-home.nix
parentf666c217906382bd63dddc83f7f822c1798c3df7 (diff)
makefu: cleanup,refactoring after transfer
Diffstat (limited to 'makefu/2configs/sda-crypto-root-home.nix')
-rw-r--r--makefu/2configs/sda-crypto-root-home.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/makefu/2configs/sda-crypto-root-home.nix b/makefu/2configs/sda-crypto-root-home.nix
index 28d14011..3821c750 100644
--- a/makefu/2configs/sda-crypto-root-home.nix
+++ b/makefu/2configs/sda-crypto-root-home.nix
@@ -1,8 +1,12 @@
{ config, lib, pkgs, ... }:
+# ssd #
# sda: bootloader grub2
# sda1: boot ext4 (label nixboot)
-# sda2: cryptoluks -> ext4
+# sda2: cryptoluks -> lvm:
+# / (main-root)
+# /home (main-home)
+
with lib;
{
boot = {