Skip to content

Commit 46a114f

Browse files
committed
feat: enable fscrypt for hp-laptop
Signed-off-by: Reputable2722 <153411261+Reputable2772@users.noreply.github.com>
1 parent 5f28af5 commit 46a114f

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

System/HP-Laptop/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
imports = [
33
./cachix-agent.nix
4+
./fscrypt.nix
45
./gnome.nix
56
./hardware-configuration.nix
67
./lanzaboote.nix

System/HP-Laptop/fscrypt.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{ pkgs, ... }: {
2+
environment.systemPackages = [ pkgs.fscrypt-experimental ];
3+
security.pam.enableFscrypt = true;
4+
}

0 commit comments

Comments
 (0)