From 7989a4cbd337025fa0226149946f2d0dd3a393e0 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 2 Feb 2025 22:41:36 +0000 Subject: [PATCH] t490: add nixedo host --- nix/hosts/t490/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nix/hosts/t490/configuration.nix b/nix/hosts/t490/configuration.nix index ab4663d1..baf032e5 100644 --- a/nix/hosts/t490/configuration.nix +++ b/nix/hosts/t490/configuration.nix @@ -83,4 +83,8 @@ warn-dirty = false; }; }; + + networking.hosts = { + "192.168.1.116" = [ "nixedo" ]; + }; }