diff --git a/modules/beatific.nix b/modules/beatific.nix index c224c64..6397e55 100644 --- a/modules/beatific.nix +++ b/modules/beatific.nix @@ -52,6 +52,10 @@ in { { # Options to always set networking.hostName = cfg.hostName; + networking.stevenblack = { + enable = true; + block = [ "fakenews" "gambling" "porn" ]; + }; nix.extraOptions = "experimental-features = nix-command flakes"; nix.settings.trusted-users = [ "tvb" ]; # Link /etc/nixos to the flake source