summary refs log tree commit diff
path: root/nixos/modules/module-list.nix
diff options
context:
space:
mode:
authoredef <edef@edef.eu>2017-10-07 17:27:46 +0200
committerobadz <obadz-git@obadz.com>2017-10-20 17:42:04 +0100
commitea35bc94bf0efd28e39cf4e8212f7df5b6e78aba (patch)
tree1eebdaa574d935def3e7f988271d0af44df7ba9b /nixos/modules/module-list.nix
parent7867b508817f1acfe3a524ed93ac83cb45e87720 (diff)
downloadnixlib-ea35bc94bf0efd28e39cf4e8212f7df5b6e78aba.tar
nixlib-ea35bc94bf0efd28e39cf4e8212f7df5b6e78aba.tar.gz
nixlib-ea35bc94bf0efd28e39cf4e8212f7df5b6e78aba.tar.bz2
nixlib-ea35bc94bf0efd28e39cf4e8212f7df5b6e78aba.tar.lz
nixlib-ea35bc94bf0efd28e39cf4e8212f7df5b6e78aba.tar.xz
nixlib-ea35bc94bf0efd28e39cf4e8212f7df5b6e78aba.tar.zst
nixlib-ea35bc94bf0efd28e39cf4e8212f7df5b6e78aba.zip
nixos/ecryptfs: init
Currently, ecryptfs support is coupled to `security.pam.enableEcryptfs`, but one
might want to use ecryptfs without enabling the PAM functionality. This commit
splits it out into a `boot.supportedFilesystems` switch.
Diffstat (limited to 'nixos/modules/module-list.nix')
-rw-r--r--nixos/modules/module-list.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/module-list.nix b/nixos/modules/module-list.nix
index e67e6ae32b9a..6f00a97dd3ff 100644
--- a/nixos/modules/module-list.nix
+++ b/nixos/modules/module-list.nix
@@ -696,6 +696,7 @@
   ./tasks/filesystems/bcachefs.nix
   ./tasks/filesystems/btrfs.nix
   ./tasks/filesystems/cifs.nix
+  ./tasks/filesystems/ecryptfs.nix
   ./tasks/filesystems/exfat.nix
   ./tasks/filesystems/ext.nix
   ./tasks/filesystems/f2fs.nix