diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2022-06-29 13:04:39 +0200 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2022-06-29 13:04:39 +0200 |
| commit | 49b4f29863d66ee07b0374f05ba47f8ed009f53a (patch) | |
| tree | 49842dbf18bc6bb7ee4b0ccb5304a2713567fe19 | |
| parent | 3f18fcb00732f9df2299e2f80b0d33bfd52ce620 (diff) | |
nixos: networking: add host for local machine
| -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" ]; }; |
