Clean up redundant packages

This commit is contained in:
2020-09-02 18:44:31 +02:00
parent 351926fb16
commit 6bdb0123d1
5 changed files with 4 additions and 16 deletions

View File

@@ -1,12 +1,7 @@
# Web services configuration
{ config, pkgs, lib, ... }: {
environment.systemPackages = with pkgs; [
nginx
postgresql_11
libressl
miniflux
];
environment.systemPackages = with pkgs; [ libressl ];
services.nginx = {
enable = true;