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:
parent
9473eff007
commit
90aa81ad5a
2 changed files with 0 additions and 7 deletions
|
@ -46,7 +46,6 @@ in {
|
|||
go
|
||||
git
|
||||
gnumake
|
||||
gnupg
|
||||
htop
|
||||
iftop
|
||||
iperf3
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue