mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-08-28 02:24:12 -05:00
persist private keys (even though they're just stubs)
This commit is contained in:
@@ -17,6 +17,10 @@ in
|
||||
enableExtraSocket = true;
|
||||
};
|
||||
|
||||
home.persistence = lib.mkIf persistence {
|
||||
"/persist/home/misterio".directories = [ ".gnupg/private-keys-v1.d" ];
|
||||
};
|
||||
|
||||
programs.gpg = {
|
||||
enable = true;
|
||||
mutableKeys = false;
|
||||
|
||||
Reference in New Issue
Block a user