Remove libressl from packages
This commit is contained in:
parent
34d691da5c
commit
8dd96425e3
|
@ -1,8 +1,6 @@
|
|||
# Web services configuration
|
||||
{ config, pkgs, lib, ... }: {
|
||||
|
||||
environment.systemPackages = with pkgs; [ libressl ];
|
||||
|
||||
# Reverse proxy configuration
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in New Issue