add boot vars, and pass name arg

This commit is contained in:
asyncnomi 2025-07-18 02:05:41 +02:00
parent 6447202f7f
commit b153246f90
7 changed files with 279 additions and 21 deletions

View file

@ -17,6 +17,8 @@ let
route6 = if supportsIPv6 myNode then [{ Gateway = myNode.gIp6; }] else [];
in
{
networking.hostName = config.hostName;
systemd.network.enable = true;
networking.useNetworkd = true;
networking.useDHCP = false;