Update hosts

This commit is contained in:
albert 2024-06-21 15:50:45 +09:00
parent e595b674e5
commit 1e4ce44af3
Signed by: albert
GPG key ID: 3895DD267CA11BA9
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{ ... }: {
networking.extraHosts = builtins.readFile(builtins.fetchurl {
url = "https://github.com/blocklistproject/Lists/raw/master/everything.txt";
});
}

View file

@ -11,6 +11,8 @@
# ../../common/modules/yubikey-auth.nix # ../../common/modules/yubikey-auth.nix
../../common/modules/builder.nix ../../common/modules/builder.nix
../../common/services/podman.nix ../../common/services/podman.nix
../../common/modules/hosts.nix
]; ];
hardware.bluetooth.enable = true; # enables support for Bluetooth hardware.bluetooth.enable = true; # enables support for Bluetooth