diff options
| author | Alejandro Soto <alejandro@34project.org> | 2026-04-03 19:32:02 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2026-04-03 19:34:55 -0600 |
| commit | 3b2dfbb42bcbf86ec8cda33110739244f6fd8b99 (patch) | |
| tree | 9f53046ecf6f5bd97b729f37064264fe9133d43b | |
| parent | 38e086d2286941d5d8e47d05da35cbfb3f36f04e (diff) | |
sys/boot: fscrypt: add fscryptctl to systemPackages
| -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 = [ |
