diff options
| author | EuAndreh <eu@euandre.org> | 2021-03-22 12:50:42 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-03-22 12:50:44 -0300 |
| commit | f654ab754498ea4086f0425bf731e28b9e2c2d1d (patch) | |
| tree | 54ca8d233b5b3785453926510d7c7a5a31c47e37 /configuration.nix | |
| parent | Remove default.nix (diff) | |
| download | dotfiles-f654ab754498ea4086f0425bf731e28b9e2c2d1d.tar.gz dotfiles-f654ab754498ea4086f0425bf731e28b9e2c2d1d.tar.xz | |
configuration.nix: Remove extraHosts configuration
As I stick with Firefox, its adblocker serves in place of hosts
blocking.
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configuration.nix b/configuration.nix index d39ea97d..1add95d9 100644 --- a/configuration.nix +++ b/configuration.nix @@ -78,11 +78,6 @@ in { networking = { hostName = "usurpador-nixos"; networkmanager.enable = true; - extraHosts = builtins.readFile (builtins.fetchurl { - url = - "https://raw.githubusercontent.com/StevenBlack/hosts/885d870134093060d15e3a295c4d5a8efb84e20e/alternates/fakenews-gambling-porn-social/hosts"; - sha256 = "0mv61ki66jrzyzd8l7kf3xhfzk7z93c2rb76bxr35jg78wp252q0"; - }); }; system.autoUpgrade = { |
