From 199518ec57148761a27c71d0fea26f6c5e1643ee Mon Sep 17 00:00:00 2001 From: Petru Paler Date: Thu, 25 Jul 2024 14:29:21 +0100 Subject: [PATCH] Use hostname for zippy --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index b711f38..60783d8 100644 --- a/flake.nix +++ b/flake.nix @@ -75,7 +75,7 @@ }; }; zippy = { - hostname = "192.168.1.2"; + hostname = "zippy"; profiles.system = { user = "root"; path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.zippy;