We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b86979 commit a92a792Copy full SHA for a92a792
nix/configuration.nix
@@ -480,6 +480,7 @@ in {
480
services.ipp-usb.enable = true;
481
services.printing.enable = true;
482
services.printing.drivers = [pkgs.hplip];
483
+ services.fail2ban.enable = true;
484
services.tor.client.enable = true;
485
networking.firewall.enable = true;
486
networking.nameservers = ["8.8.8.8" "8.8.4.4"];
nix/rigtora.nix
@@ -45,6 +45,7 @@ in {
45
# interfaces = [ "wlan0" ];
46
# };
47
48
+ networking.firewall.enable = true;
49
boot.tmp.cleanOnBoot = true;
50
nix.settings.auto-optimise-store = true;
51
#
prv
0 commit comments