1
0
forked from clan/clan-core

set networking.hostName to clanCore.machineName

This commit is contained in:
Jörg Thalheim 2024-04-09 15:10:08 +02:00
parent 26146edbc5
commit 1ac982fbdb

View File

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