feat: add openssl

This commit is contained in:
Felix Schröter 2021-05-11 21:17:19 +02:00
parent 533a172c53
commit 9ec8fd9052
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58
2 changed files with 1 additions and 2 deletions

View file

@ -57,7 +57,6 @@ with pkgs; {
# development
unzip
openssl
postman
jq
dos2unix

View file

@ -3,7 +3,7 @@
{
imports = [ ./hardened.nix ./i18n.nix ./nix.nix ./networking.nix ./vpn.nix ];
environment.systemPackages = with pkgs; [ wget curl neovim ];
environment.systemPackages = with pkgs; [ wget curl openssl neovim ];
fonts.fonts = with pkgs; [
fira-code