flake/flakes/nixos/hosts.nix

13 lines
220 B
Nix
Raw Normal View History

{ inputs, ... }:
{
imports = [ inputs.hosts.nixosModule ];
networking.stevenBlackHosts = {
enable = true;
blockFakenews = true;
blockGambling = true;
blockPorn = true;
blockSocial = true;
};
}