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 = {