1
0
Fork 0
mirror of https://github.com/mdlayher/homelab.git synced 2024-12-14 11:47:32 +00:00

nixos/lib: remove gnupg

Signed-off-by: Matt Layher <mdlayher@gmail.com>
This commit is contained in:
Matt Layher 2022-01-31 20:09:33 -05:00
parent 9473eff007
commit 90aa81ad5a
No known key found for this signature in database
GPG key ID: 77BFE531397EDE94
2 changed files with 0 additions and 7 deletions

View file

@ -46,7 +46,6 @@ in {
go
git
gnumake
gnupg
htop
iftop
iperf3

View file

@ -76,12 +76,6 @@ in {
# lib/system.nix.
environment.systemPackages = with pkgs; [ zfs ];
# Enable gpg for file decryption.
programs.gnupg.agent = {
enable = true;
pinentryFlavor = "curses";
};
services = {
apcupsd.enable = true;