ECryptfs: Difference between revisions

imported>Fadenb
m Syntaxhighlight
imported>Minion3665
Add pkgs to the ecryptfs systemPackages expression
Line 1: Line 1:
[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>:
[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">{
<syntaxhighlight lang="nix">{ pkgs, ... }: {
   environment.systemPackages = [
   environment.systemPackages = with pkgs; [
     ecryptfs
     ecryptfs
     ecryptfs-helper
     ecryptfs-helper