From c98633f6ca04fd6ac4d07d455d0d4f288c71ef13 Mon Sep 17 00:00:00 2001 From: twoneis Date: Fri, 9 Feb 2024 21:38:07 +0100 Subject: [PATCH] added htb hosts --- modules/system/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/system/default.nix b/modules/system/default.nix index 00b1bcf..942b51d 100644 --- a/modules/system/default.nix +++ b/modules/system/default.nix @@ -21,6 +21,11 @@ ]; config = { + + networking.extraHosts = + '' + 10.10.11.245 surveillance.htb + ''; # Allow packages from nixpkgs nixpkgs.config = { allowUnfree = true;