added htb hosts

This commit is contained in:
twoneis 2024-02-09 21:38:07 +01:00
parent 8d74b03da2
commit c98633f6ca

View file

@ -21,6 +21,11 @@
]; ];
config = { config = {
networking.extraHosts =
''
10.10.11.245 surveillance.htb
'';
# Allow packages from nixpkgs # Allow packages from nixpkgs
nixpkgs.config = { nixpkgs.config = {
allowUnfree = true; allowUnfree = true;