From e791bda05ec522610f66a573deb101f52b85e533 Mon Sep 17 00:00:00 2001 From: Daniel Olsen Date: Fri, 23 Feb 2024 11:00:50 +0100 Subject: [PATCH] ubuntu-ai --- profiles/base/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/base/default.nix b/profiles/base/default.nix index a15b96a..3257ddc 100644 --- a/profiles/base/default.nix +++ b/profiles/base/default.nix @@ -259,6 +259,11 @@ in hostname = "desktop.daniel"; user = "dan"; }; + "ubuntu-ai" = { + hostname = "100.64.0.2"; + port = 2222; + user = "daniel"; + }; "laptop" = { hostname = "laptop.daniel"; user = "daniel";