From 3af81f9f854ccca44ab19e3b6c9e3d63ad1f453b Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Mon, 6 Feb 2023 19:07:47 +0100 Subject: [PATCH] add whole .gnupg to impermanence --- home/nixos-common.nix | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/home/nixos-common.nix b/home/nixos-common.nix index 6a47726..f7f459d 100644 --- a/home/nixos-common.nix +++ b/home/nixos-common.nix @@ -123,7 +123,7 @@ ".config/tea" ".config/whatsapp-for-linux" ".electrum" - ".gnupg/private-keys-v1.d" + ".gnupg" ".hydrogen" ".john" ".kube" @@ -157,13 +157,7 @@ "configs" # ".cache" ]; - files = [ - ".gnupg/pubring.kbx" - ".gnupg/trustdb.gpg" - ".mailsynclastrun" - ".ssh/known_hosts" - ".lmmsrc.xml" - ]; + files = [ ".mailsynclastrun" ".ssh/known_hosts" ".lmmsrc.xml" ]; allowOther = true; }; };