summaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2022-06-29 13:04:39 +0200
committerQuentin Aristote <quentin@aristote.fr>2022-06-29 13:04:39 +0200
commit49b4f29863d66ee07b0374f05ba47f8ed009f53a (patch)
tree49842dbf18bc6bb7ee4b0ccb5304a2713567fe19 /nixos
parent3f18fcb00732f9df2299e2f80b0d33bfd52ce620 (diff)
nixos: networking: add host for local machine
Diffstat (limited to 'nixos')
-rw-r--r--nixos/networking.nix1
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" ];
};