diff options
author | EuAndreh <eu@euandre.org> | 2025-04-28 16:46:27 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-04-28 16:46:27 -0300 |
commit | 45e13153f8ab9c9394d55622841d63312a91b749 (patch) | |
tree | 32e560a8c1e06089efad2b4b680c6e99ffa9e3aa | |
parent | rm COPYING (diff) | |
download | server-45e13153f8ab9c9394d55622841d63312a91b749.tar.gz server-45e13153f8ab9c9394d55622841d63312a91b749.tar.xz |
src/guix/system.scm: Get fail2ban-service-type from pkg:base-packages
-rw-r--r-- | src/guix/system.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/guix/system.scm b/src/guix/system.scm index 5af9fe1..1bcdfc3 100644 --- a/src/guix/system.scm +++ b/src/guix/system.scm @@ -61,7 +61,6 @@ (list (service ntp-service-type) (service dhcp-client-service-type) - (service fail2ban-service-type) (service knot-service-type (q:knot-zones-configuration +tld+ +ipv4+ +ipv6+)) (service openssh-service-type |