diff options
Diffstat (limited to 'sys/boot/fscrypt.nix')
| -rw-r--r-- | sys/boot/fscrypt.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/boot/fscrypt.nix b/sys/boot/fscrypt.nix index 459e02b..002ff17 100644 --- a/sys/boot/fscrypt.nix +++ b/sys/boot/fscrypt.nix @@ -12,7 +12,10 @@ in { }; config = mkIf cfg.enable { - environment.systemPackages = [pkgs.fscrypt-experimental]; + environment.systemPackages = [ + pkgs.fscryptctl + pkgs.fscrypt-experimental + ]; local.boot.impermanence = { directories = [ |
