From f8bb79adbd29f3f7952e3d71c18c3c22f7112515 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Fri, 19 May 2023 18:21:33 +0100 Subject: [PATCH] fix: typos --- machines/kitt.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/machines/kitt.nix b/machines/kitt.nix index 72dca23..0ae1018 100644 --- a/machines/kitt.nix +++ b/machines/kitt.nix @@ -10,14 +10,14 @@ */ -{ pkgs, lib, nodes, ... }: ip_address: +{ pkgs, lib, nodes, ... }: let # name of the server, sets teh hostname and record for it name = "kitt"; ip_pub = "193.1.99.74"; ip_priv = "172.20.20.5"; hostname = "${name}.skynet.ie"; - hostname = ip_pub; + #hostname = ip_pub; in { imports = [