ECryptfs: Difference between revisions
imported>Nobodyinperson Remove hint on ecryptfs-helper (pulls in insecure Python2 and is not needed for home directory migration) and update home migration instructions |
m Add ecryptfs deprecation notice |
||
| Line 1: | Line 1: | ||
{{Note|ecrpytfs was removed from nixpkgs and won't be available from NixOS 26.05 onwards: https://github.com/NixOS/nixpkgs/pull/479934}} | |||
<syntaxhighlight lang="nix">{ pkgs, ... }: { | [http://ecryptfs.org/ eCryptfs] is a cryptographic filesystem encrypting each file individually. To install <code>ecryptfs</code> add the following to <code>environment.systemPackages</code>:<syntaxhighlight lang="nix">{ pkgs, ... }: { | ||
environment.systemPackages = with pkgs; [ | environment.systemPackages = with pkgs; [ | ||
ecryptfs | ecryptfs | ||