set networking.hostName to clanCore.machineName

This commit is contained in:
Jörg Thalheim
2024-04-09 15:10:08 +02:00
parent d2343e3f42
commit bc71fa5781

View File

@@ -58,6 +58,7 @@ let
(machines.${name} or { }) (machines.${name} or { })
( (
{ {
networking.hostName = lib.mkDefault name;
clanCore.clanName = clanName; clanCore.clanName = clanName;
clanCore.clanIcon = clanIcon; clanCore.clanIcon = clanIcon;
clanCore.clanDir = directory; clanCore.clanDir = directory;