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";