From 49b4f29863d66ee07b0374f05ba47f8ed009f53a Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Wed, 29 Jun 2022 13:04:39 +0200 Subject: nixos: networking: add host for local machine --- nixos/networking.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/networking.nix b/nixos/networking.nix index 698bc5f..27b92ea 100644 --- a/nixos/networking.nix +++ b/nixos/networking.nix @@ -13,6 +13,7 @@ # Hosts networking.hosts = { "10.3.141.1" = [ "raspberrypi.local" ]; + "192.168.1.10" = [ "dionysos.local" ]; # "10.233.1.2" = [ "searx.aristote.fr" "quentin.aristote.fr" "aristote.fr" ]; }; -- cgit v1.2.3