From b7deef25c44c939cf6e68fa27b2f548cf59bd838 Mon Sep 17 00:00:00 2001 From: jaina heartles Date: Tue, 20 Aug 2024 20:26:37 -0400 Subject: [PATCH] add nebula hosts --- nebula.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nebula.nix b/nebula.nix index a32d2c6..ff4325d 100644 --- a/nebula.nix +++ b/nebula.nix @@ -22,4 +22,7 @@ proto = "any"; }]; }; + + networking.hosts."172.16.0.2" = + [ "torrent.home" "sonarr.home" "radarr.home" "prowlarr.home" ]; }