From 6d4164faf8cbfdf7bad9c0df8f9a18099d9b21bc Mon Sep 17 00:00:00 2001 From: beanigen Date: Mon, 3 Mar 2025 20:57:43 +0800 Subject: [PATCH] forgor --- base/apollo/cone | 0 base/apollo/configuration.nix | 8 ++++---- home/default.nix | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 base/apollo/cone diff --git a/base/apollo/cone b/base/apollo/cone new file mode 100644 index 0000000..e69de29 diff --git a/base/apollo/configuration.nix b/base/apollo/configuration.nix index b67d091..51c7030 100644 --- a/base/apollo/configuration.nix +++ b/base/apollo/configuration.nix @@ -163,10 +163,10 @@ # Some programs need SUID wrappers, can be configured further or are # started in user sessions. # programs.mtr.enable = true; - # programs.gnupg.agent = { - # enable = true; - # enableSSHSupport = true; - # }; + programs.gnupg.agent = { + enable = true; + enableSSHSupport = true; + }; # List services that you want to enable: diff --git a/home/default.nix b/home/default.nix index f28c3ae..8730f90 100644 --- a/home/default.nix +++ b/home/default.nix @@ -35,7 +35,8 @@ }; programs.password-store = { enable = true; - package = pkgs.pass.withExtensions (exts: [exts.pass-otp]); + package = pkgs.pass.withExtensions (exts: [exts.pass-otp exts.pass-import]); + settings = { PASSWORD_STORE_DIR = "~/sync/general/pass"; }; }; services.mpd = {