Added pass
This commit is contained in:
@@ -8,9 +8,13 @@ in
|
||||
enable = lib.mkEnableOption "gpg";
|
||||
};
|
||||
config = lib.mkIf cfg.enable {
|
||||
programs.gnupg.agent.enable = true;
|
||||
# environment.systemPackages = with pkgs; [
|
||||
# gnupg
|
||||
# ];
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
pinentryFlavor = "curses";
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
pinentry
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user