From 37c2c1cd74924cdd2e4f666ce6f6685843e654ef Mon Sep 17 00:00:00 2001 From: ene Date: Mon, 27 Feb 2023 18:20:25 +0100 Subject: Fix(hosts/mammun_on_vm): Add hostname --- hosts/mammun_on_vm/networking.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts') diff --git a/hosts/mammun_on_vm/networking.nix b/hosts/mammun_on_vm/networking.nix index e243ebe0..0ec9460b 100644 --- a/hosts/mammun_on_vm/networking.nix +++ b/hosts/mammun_on_vm/networking.nix @@ -11,6 +11,6 @@ powersave = true; }; }; - hostName = "mammun"; + hostName = "mammun_on_vm"; }; } -- cgit 1.4.1