1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/nixos
edef 10c6df2e3c nixos/…/swap.nix: don't create a LUKS header for randomEncryption
Creating and then erasing the key relies on the disk erasing data
correctly, and otherwise allows attackers to simply decrypt swap just
using "secretkey". We don't actually need a LUKS header, so we can save
ourselves some pointless disk writes and identifiability.

In addition, I wouldn't have made the awful mistake of backing up my swap partition's LUKS header instead of my zpool's. May my data rest in peace.
2017-07-26 08:45:50 +02:00
..
doc/manual manual: update mailing list links 2017-07-18 07:54:36 -04:00
lib
maintainers
modules nixos/…/swap.nix: don't create a LUKS header for randomEncryption 2017-07-26 08:45:50 +02:00
tests Merge pull request #27405 from rvl/postgresql-xml 2017-07-20 20:31:38 +02:00
COPYING
default.nix
README
release-combined.nix
release-small.nix
release.nix snapper: add nixos module 2017-07-16 10:06:42 +01:00

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
http://nixos.org/nixos and in the manual in doc/manual.