From 92896d8e52f801fb8ae88564794372e23e44d380 Mon Sep 17 00:00:00 2001 From: Jack O'Sullivan Date: Mon, 25 Mar 2024 11:20:58 +0000 Subject: [PATCH] nixos/stream: Un-hardcode deploy host --- nixos/boxes/home/stream.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/boxes/home/stream.nix b/nixos/boxes/home/stream.nix index 3eb9deb..3d7b309 100644 --- a/nixos/boxes/home/stream.nix +++ b/nixos/boxes/home/stream.nix @@ -123,7 +123,7 @@ key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPYTB4zeAqotrEJ8M+AiGm/s9PFsWlAodz3hYSROGuDb"; }; server.enable = true; - deploy.node.hostname = "192.168.68.2"; + # deploy.node.hostname = "192.168.68.2"; }; }; };