summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2026-04-03 19:32:02 -0600
committerAlejandro Soto <alejandro@34project.org>2026-04-03 19:34:55 -0600
commit3b2dfbb42bcbf86ec8cda33110739244f6fd8b99 (patch)
tree9f53046ecf6f5bd97b729f37064264fe9133d43b
parent38e086d2286941d5d8e47d05da35cbfb3f36f04e (diff)
sys/boot: fscrypt: add fscryptctl to systemPackages
-rw-r--r--sys/boot/fscrypt.nix5
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 = [