diff options
| -rw-r--r-- | nixos/networking.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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" ]; }; |
