From 4183f7b9639f5b0d3ae0f58723cdf647fc8881f3 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Mon, 27 Mar 2023 08:25:22 +0000 Subject: [PATCH] hosts: homes: cloudtop: enable GPG --- hosts/homes/ambroisie@ambroisie/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hosts/homes/ambroisie@ambroisie/default.nix b/hosts/homes/ambroisie@ambroisie/default.nix index e4dabcf..acc5a6f 100644 --- a/hosts/homes/ambroisie@ambroisie/default.nix +++ b/hosts/homes/ambroisie@ambroisie/default.nix @@ -8,9 +8,4 @@ # Some tooling (e.g: SSH) need to use this library LD_PRELOAD = "/lib/x86_64-linux-gnu/libnss_cache.so.2\${LD_PRELOAD:+:}$LD_PRELOAD"; }; - - my.home = { - # I don't need a GPG agent - gpg.enable = false; - }; }