Skip to content

Commit a92a792

Browse files
committed
enable firewall and fail2ban
1 parent 2b86979 commit a92a792

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

nix/configuration.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,7 @@ in {
480480
services.ipp-usb.enable = true;
481481
services.printing.enable = true;
482482
services.printing.drivers = [pkgs.hplip];
483+
services.fail2ban.enable = true;
483484
services.tor.client.enable = true;
484485
networking.firewall.enable = true;
485486
networking.nameservers = ["8.8.8.8" "8.8.4.4"];

nix/rigtora.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ in {
4545
# interfaces = [ "wlan0" ];
4646
# };
4747
# };
48+
networking.firewall.enable = true;
4849
boot.tmp.cleanOnBoot = true;
4950
nix.settings.auto-optimise-store = true;
5051
#

prv

Submodule prv updated from 45d0214 to 86c1bfd

0 commit comments

Comments
 (0)