From 3cb5ddb64ba3202645b49dd7e1fd4bee8f6f23ec Mon Sep 17 00:00:00 2001 From: Fern Garden Date: Thu, 3 Jul 2025 11:34:29 +0800 Subject: [PATCH] Enable home dir encryption with fscrypt --- configuration/desktop.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configuration/desktop.nix b/configuration/desktop.nix index 38b139b..e9e8471 100755 --- a/configuration/desktop.nix +++ b/configuration/desktop.nix @@ -55,6 +55,9 @@ ]; }; + # Encrypt user's home with fscrypt + security.pam.enableFscrypt = true; + # Enable the GNOME Desktop Environment. services.xserver = { enable = true;