From 504d48d19b448203f8f1a59b2c1e3580908ad8c4 Mon Sep 17 00:00:00 2001
From: ene <ene@sils.li>
Date: Mon, 20 Feb 2023 11:06:12 +0100
Subject: Fix(hosts): Use correct names and add mammun

---
 hosts/spawn/networking.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'hosts/spawn')

diff --git a/hosts/spawn/networking.nix b/hosts/spawn/networking.nix
index 7262c88e..11c97f67 100644
--- a/hosts/spawn/networking.nix
+++ b/hosts/spawn/networking.nix
@@ -10,5 +10,5 @@
   networking.useDHCP = lib.mkDefault true;
   # networking.interfaces.enp0s31f6.useDHCP = lib.mkDefault true;
   # networking.interfaces.wlp3s0.useDHCP = lib.mkDefault true;
-  networking.hostName = "Spawn";
+  networking.hostName = "spawn";
 }
-- 
cgit 1.4.1