This commit is contained in:
caem 2025-01-23 22:19:41 +01:00
parent 854844e039
commit 22b5fc10f9
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -1,4 +1,4 @@
{ username, config, ... }:
{ username, ... }:
{
programs.gnupg.agent = {
@ -35,7 +35,7 @@
environment.persistence."/nix/persist" = {
users."${username}".directories = [
".ssh"
"${config.xdg.dataHome}/gnupg"
".local/share/gnupg"
];
};
}