beatific: enable stevenblack

This commit is contained in:
Tim Van Baak 2024-11-30 14:37:00 -08:00
parent 4e5b7e4519
commit a3fd2dd8a2

View File

@ -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