fix: impermanence permission

This commit is contained in:
2025-05-04 10:58:06 +08:00
parent 1a7112c21d
commit 0a52c5f1b2
3 changed files with 10 additions and 6 deletions

View File

@@ -14,6 +14,11 @@ lib.my.makeHomeProgramConfig {
pinentryPackage = pkgs.pinentry-curses;
enableSSHSupport = true;
};
my.persist.homeDirs = [ ".gnupg" ];
my.persist.homeDirs = [
{
directory = ".gnupg";
mode = "0700";
}
];
};
}