about summary refs log tree commit diff stats
path: root/hosts
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-02-27 18:20:25 +0100
committerene <ene@sils.li>2023-02-27 18:20:25 +0100
commit37c2c1cd74924cdd2e4f666ce6f6685843e654ef (patch)
tree582e913b3473bd35656063d0afc864582daa23d8 /hosts
parentFeat(home/wms): Add plasma as an option (diff)
downloadnixos-config-37c2c1cd74924cdd2e4f666ce6f6685843e654ef.tar.gz
nixos-config-37c2c1cd74924cdd2e4f666ce6f6685843e654ef.zip
Fix(hosts/mammun_on_vm): Add hostname
Diffstat (limited to 'hosts')
-rw-r--r--hosts/mammun_on_vm/networking.nix2
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";
   };
 }