diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/mammun_on_vm/networking.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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"; }; } |