From 9fbf02dbc70fd045565733f010b85959635e2d2c Mon Sep 17 00:00:00 2001 From: Ivan Dimitrov Date: Tue, 4 Jul 2023 17:09:35 +0300 Subject: [PATCH] adding extra hosts from StevenBlack --- configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/configuration.nix b/configuration.nix index 2b9de8d..7550a42 100644 --- a/configuration.nix +++ b/configuration.nix @@ -86,6 +86,14 @@ }; }; + networking.extraHosts = builtins.readFile (pkgs.fetchFromGitHub { + owner = "StevenBlack"; + repo = "hosts"; + rev = "5bf0802369cd74796bc5c4194c46ddc019541877"; + sha256 = "sha256-4CXI2vu/zBQeSzLKelaey/5WEjfroRs7LP9BvZ4CsTQ="; + } + + "/hosts"); + programs = { gnupg.agent = { enable = true;