diff --git a/nix/hosts/t490/configuration.nix b/nix/hosts/t490/configuration.nix index ab4663d..baf032e 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" ]; + }; }