flake/flakes/nixos/hosts.nix

11 lines
216 B
Nix

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