Updated nginx config; added missing mkIf; added fail2ban to Ophanim's services list.

This commit is contained in:
Kevin Baensch 2019-03-20 04:37:00 +01:00
parent 14332b2c7b
commit 63e40a5a29
4 changed files with 111 additions and 104 deletions

View file

@ -1,4 +1,4 @@
{ config, lib }:
{ config, lib, ... }:
with lib;
@ -12,9 +12,8 @@ with lib;
hostName = "Ophanim";
allowUnfree = true;
conffiles = [
"etcfiles"
"etcvars"
"fonts"
"security"
"zsh"
];
pkgs = [
@ -23,6 +22,7 @@ with lib;
"server"
];
services = [
"fail2ban"
"gitea"
"hydra"
"mailserver"