From b72274ab06b4c160fc8d3afe8e2d67863c893a58 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 3 Apr 2022 15:12:16 -0700 Subject: home-manager: add `isTrusted` Install and configure some programs only on trusted machines. On trusted machines, my mails, GPG and a few other things are configured. A machine where this is not needed on a regular basis to get things done don't need that much information. Also rename `desktop/trust` to `trusted`, in case we want these packages on a host that is not a desktop, and `trusted` is a better description. --- users/fcuny/desktop/trust/pgp.nix | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 users/fcuny/desktop/trust/pgp.nix (limited to 'users/fcuny/desktop/trust/pgp.nix') diff --git a/users/fcuny/desktop/trust/pgp.nix b/users/fcuny/desktop/trust/pgp.nix deleted file mode 100644 index 79ed7dd..0000000 --- a/users/fcuny/desktop/trust/pgp.nix +++ /dev/null @@ -1,17 +0,0 @@ -{ config, lib, pkgs, ... }: - -{ - services.gpg-agent = { - enable = true; - enableSshSupport = true; - pinentryFlavor = "gnome3"; - }; - - programs.gpg = { - enable = true; - settings = { - default-key = "23348B57F01D4234B5CFBA0923208AC01EB6EEA1"; - }; - }; -} - -- cgit v1.2.3