about summary refs log tree commit diff
path: root/nix/machines/vm-aarch64.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-12-09 08:06:21 -0800
committerFranck Cuny <franck@fcuny.net>2024-12-09 08:06:21 -0800
commit5e5b5322f6b648ab01bf204e9e655721d748f7e8 (patch)
tree4084d13973eecd3128583d22510968f635cecc63 /nix/machines/vm-aarch64.nix
parentmove the configuration for hetzner under machines (diff)
downloadworld-5e5b5322f6b648ab01bf204e9e655721d748f7e8.tar.gz
set hostname and correct ssh key
Diffstat (limited to '')
-rw-r--r--nix/machines/vm-aarch64.nix5
1 files changed, 4 insertions, 1 deletions
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";
+}