From 749aaf258efb50fc5ece3cea0c291e7b63b31d37 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Thu, 12 Jan 2023 22:10:27 +0000 Subject: [PATCH] feat: works for custom dns entries as well --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index a64c424..c5613b6 100644 --- a/flake.nix +++ b/flake.nix @@ -22,7 +22,7 @@ }; deploy.nodes.some-random-system = { - hostname = "192.168.1.157"; + hostname = "test01.home.brendan.ie"; profiles.system = { path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.some-random-system; sshUser = "root";