Updated nginx config; added missing mkIf; added fail2ban to Ophanim's services list.
This commit is contained in:
parent
14332b2c7b
commit
63e40a5a29
4 changed files with 111 additions and 104 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue