2024-04-14 01:51:51 +05:30
|
|
|
{ inputs, ... }:
|
2023-06-21 08:38:25 +05:30
|
|
|
|
2024-04-14 01:51:51 +05:30
|
|
|
let blocklist = builtins.readFile "${inputs.blocklist-hosts}/alternates/gambling-porn/hosts";
|
2023-06-21 08:38:25 +05:30
|
|
|
in
|
|
|
|
{
|
|
|
|
networking.extraHosts = ''
|
|
|
|
"${blocklist}"
|
|
|
|
'';
|
|
|
|
}
|