adding extra hosts from StevenBlack

This commit is contained in:
Ivan Dimitrov 2023-07-04 17:09:35 +03:00
parent 509a36e804
commit 9fbf02dbc7

View File

@ -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;