about summary refs log tree commit diff
path: root/nix/machines/vm-synology.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--nix/machines/vm-synology.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/nix/machines/vm-synology.nix b/nix/machines/vm-synology.nix
index a38af50..643c821 100644
--- a/nix/machines/vm-synology.nix
+++ b/nix/machines/vm-synology.nix
@@ -1 +1,4 @@
-{ ... }: { imports = [ ./hardware/vm-synology.nix ./vm-shared.nix ]; }
+{ ... }: {
+  imports = [ ./hardware/vm-synology.nix ./vm-shared.nix ];
+  networking.hostName = "vm-synology";
+}