Update hosts
This commit is contained in:
parent
e595b674e5
commit
1e4ce44af3
2 changed files with 7 additions and 0 deletions
5
nixos/common/modules/hosts.nix
Normal file
5
nixos/common/modules/hosts.nix
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{ ... }: {
|
||||||
|
networking.extraHosts = builtins.readFile(builtins.fetchurl {
|
||||||
|
url = "https://github.com/blocklistproject/Lists/raw/master/everything.txt";
|
||||||
|
});
|
||||||
|
}
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue