From 5e5b5322f6b648ab01bf204e9e655721d748f7e8 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 9 Dec 2024 08:06:21 -0800 Subject: set hostname and correct ssh key --- nix/machines/vm-aarch64.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'nix/machines/vm-aarch64.nix') diff --git a/nix/machines/vm-aarch64.nix b/nix/machines/vm-aarch64.nix index 1c2e479..ac9c74e 100644 --- a/nix/machines/vm-aarch64.nix +++ b/nix/machines/vm-aarch64.nix @@ -1 +1,4 @@ -{ ... }: { imports = [ ./hardware/vm-aarch64-utm.nix ./vm-shared.nix ]; } +{ ... }: { + imports = [ ./hardware/vm-aarch64-utm.nix ./vm-shared.nix ]; + networking.hostName = "vm-aarch64"; +} -- cgit 1.4.1