summaryrefslogtreecommitdiff
path: root/hosts/p-body/default.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-14 12:53:41 -0400
committerseth <[email protected]>2023-05-14 12:53:41 -0400
commit7a85a11d9718739c35e898dbddb46241a4ba48e3 (patch)
tree109f4027f0a90121f8b39174b6802fb197e29c33 /hosts/p-body/default.nix
parent21ce43bef9ce7fa3ba9cc80551994f4074b3fb3d (diff)
nixinate: update ssh hosts
Diffstat (limited to 'hosts/p-body/default.nix')
-rw-r--r--hosts/p-body/default.nix2
1 files changed, 1 insertions, 1 deletions
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;