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" ]; }