From 246326c215cec7a047b506b9bd13149f65bca658 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 9 Jun 2022 09:07:54 -0700 Subject: ref(trusted): consume modules within host's configuration Remove the trusted profiles, the modules are installed directly within the host configuration. Change-Id: I0566fb359803da16bdd3a38e2901deac477fb078 Reviewed-on: https://cl.fcuny.net/c/world/+/293 Reviewed-by: Franck Cuny --- hosts/carmel/home.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'hosts/carmel') diff --git a/hosts/carmel/home.nix b/hosts/carmel/home.nix index c7ef977..9efab9e 100644 --- a/hosts/carmel/home.nix +++ b/hosts/carmel/home.nix @@ -13,5 +13,15 @@ vlc.enable = true; mpv.enable = true; sublime-music.enable = true; + ssh.enable = true; + gpg = { + enable = true; + pinentry = "gnome3"; + defaultKey = "23348B57F01D4234B5CFBA0923208AC01EB6EEA1"; + }; + gcloud.enable = true; + mail.enable = true; + pass.enable = true; + seahorse.enable = true; }; } -- cgit 1.4.1