diff options
author | makefu <github@syntax-fehler.de> | 2015-08-23 02:48:35 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-08-23 02:48:35 +0200 |
commit | 7a1e2f83b242b6779e1590082fbe93a8ed429611 (patch) | |
tree | 8bfae8a9a2583250d92efbe66d5813b80d73be8e /makefu/2configs/sda-crypto-root-home.nix | |
parent | f666c217906382bd63dddc83f7f822c1798c3df7 (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.nix | 6 |
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 28d140119..3821c7504 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 = { |