Full Disk Encryption: Difference between revisions

imported>Mic92
add encrypted /boot guide
imported>Ryanorendorff
No edit summary
Line 1: Line 1:
= Basic installation =
There are a few options for full disk encryption. Below are a few guides for specific cases.


* [https://gist.github.com/martijnvermaat/76f2e24d0239470dd71050358b4d5134 Installation of NixOS with encrypted root]
* [https://gist.github.com/martijnvermaat/76f2e24d0239470dd71050358b4d5134 Installation of NixOS with encrypted root]
* [[NixOS_on_ZFS#Encrypted_ZFS|Encryption in ZFS]]
* [[Yubikey based Full Disk Encryption (FDE) on NixOS|Using a Yubikey as the authentication mechanism]] (unattended boot and two factor boot with user password).
* Have a look at https://wiki.archlinux.org/index.php/Disk_encryption to see all the possible options. This wiki page is not complete.
* Have a look at https://wiki.archlinux.org/index.php/Disk_encryption to see all the possible options. This wiki page is not complete.
* [https://gist.github.com/ladinu/bfebdd90a5afd45dec811296016b2a3f Installation with encrypted /boot]  
* [https://gist.github.com/ladinu/bfebdd90a5afd45dec811296016b2a3f Installation with encrypted /boot]
 
= Basic Installation  =


= Unattended Boot via USB =
= Unattended Boot via USB =
Line 139: Line 143:
}
}
</syntaxhighlight>
</syntaxhighlight>
== See also ==
- [[NixOS_on_ZFS#Encrypted_ZFS|Encryption in ZFS]]