diff options
author | Alex Auvolat <alex@adnab.me> | 2024-11-19 12:19:59 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-11-19 12:19:59 +0100 |
commit | 5db2ba24a98e26fd16ad660ca78a645f99499213 (patch) | |
tree | f75996d8995b467d1dd39c862d624ac20ee8abdf | |
parent | 8528f0f4f8ada2caa0de9f224e7abc9c49a64a8d (diff) | |
download | user-config-5db2ba24a98e26fd16ad660ca78a645f99499213.tar.gz user-config-5db2ba24a98e26fd16ad660ca78a645f99499213.zip |
add blocklist for ads
-rw-r--r-- | nixos/common.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/common.nix b/nixos/common.nix index 76711cc..5a0d66d 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -35,6 +35,8 @@ networking.networkmanager.enable = true; + networking.stevenblack.enable = true; # adware+malware blocklist + # Open ports in the firewall. networking.firewall.allowedTCPPorts = [ 2022 # openssh |