Skip to content

Commit

Permalink
home conf: add gnupg and pinentry for gpg key creation
Browse files Browse the repository at this point in the history
  • Loading branch information
savalet committed Apr 21, 2024
1 parent f2c66ce commit aed61ab
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions home/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
wlogout
wl-clipboard
wl-clip-persist
gnupg
pinentry
];
};

Expand Down
7 changes: 7 additions & 0 deletions pluton/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
./hardware-configuration.nix
];

services.pcscd.enable = true;
programs.gnupg.agent = {
enable = true;
pinentryFlavor = "curses";
enableSSHSupport = true;
};

# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
Expand Down

0 comments on commit aed61ab

Please sign in to comment.