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; }; };