fix: impermanence permission
This commit is contained in:
@@ -14,6 +14,11 @@ lib.my.makeHomeProgramConfig {
|
||||
pinentryPackage = pkgs.pinentry-curses;
|
||||
enableSSHSupport = true;
|
||||
};
|
||||
my.persist.homeDirs = [ ".gnupg" ];
|
||||
my.persist.homeDirs = [
|
||||
{
|
||||
directory = ".gnupg";
|
||||
mode = "0700";
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user