From 7a85a11d9718739c35e898dbddb46241a4ba48e3 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 14 May 2023 12:53:41 -0400 Subject: nixinate: update ssh hosts --- hosts/atlas/default.nix | 2 +- hosts/p-body/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts') diff --git a/hosts/atlas/default.nix b/hosts/atlas/default.nix index d8e4077..6380d14 100644 --- a/hosts/atlas/default.nix +++ b/hosts/atlas/default.nix @@ -8,7 +8,7 @@ ]; _module.args.nixinate = { - host = "164.152.17.183"; + host = "atlas"; sshUser = "root"; buildOn = "remote"; substituteOnTarget = true; diff --git a/hosts/p-body/default.nix b/hosts/p-body/default.nix index fb086d8..2892ee7 100644 --- a/hosts/p-body/default.nix +++ b/hosts/p-body/default.nix @@ -11,7 +11,7 @@ ]; _module.args.nixinate = { - host = "167.99.145.73"; + host = "p-body"; sshUser = "root"; buildOn = "remote"; substituteOnTarget = true; -- cgit v1.2.3