Added gnupghome to env variables

This commit is contained in:
Samy Avrillon 2025-10-09 17:05:11 +02:00
parent e58a76704b
commit 729a3e897e

View File

@ -6,6 +6,9 @@
}:
{
home-manager.users.mysaa.home.sessionVariables = {
GNUPGHOME = "/run/secrets/gpg/";
};
fileSystems."/run/secrets" = {
device = "/dev/disk/by-uuid/545bfd15-0973-4395-9d05-6c4c78a9e45c";
fsType = "ext4";