From 867233696499eafc1e6c3501c242814bb29bc947 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Fri, 10 Mar 2023 18:34:36 +0100 Subject: [PATCH] Freya: fix hardcoded ip --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 289915f..6a518c5 100644 --- a/flake.nix +++ b/flake.nix @@ -376,7 +376,7 @@ }; freya = { - hostname = "192.168.1.2"; + hostname = "freya.local"; profiles.system = { user = "root"; path = deploy-rs.lib.aarch64-linux.activate.nixos