diff options
author | EuAndreh <eu@euandre.org> | 2022-11-25 19:48:15 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-11-25 19:48:18 -0300 |
commit | ddada7ee53ebd6d5d68a16b4b6a4d56cebf55321 (patch) | |
tree | f25948b092a9ad155b4b9286c6e0cc753a24051e | |
parent | src/infrastructure/guix/system.scm: Use git-shell as the login for git (diff) | |
download | server-ddada7ee53ebd6d5d68a16b4b6a4d56cebf55321.tar.gz server-ddada7ee53ebd6d5d68a16b4b6a4d56cebf55321.tar.xz |
src/infrastructure/guix/system.scm: Enable fail2ban service
Use the default configuration while I'm learning to operate the service.
-rw-r--r-- | src/infrastructure/guix/system.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm index d832762..72f716e 100644 --- a/src/infrastructure/guix/system.scm +++ b/src/infrastructure/guix/system.scm @@ -31,6 +31,7 @@ mcron messaging networking + security ssh version-control vpn @@ -1720,6 +1721,7 @@ (service ntp-service-type) (service shadow-group-service-type) (service nanolist-service-type) + (service fail2ban-service-type) (service mcron-service-type (mcron-configuration (jobs |