Workaround for chilly eth interface name being different.

This commit is contained in:
2024-08-05 07:47:20 +01:00
parent f565b56a5e
commit 258b8e1fdf

View File

@@ -1,4 +1,4 @@
{ pkgs, inputs, ... }:
{ lib, pkgs, inputs, ... }:
{
imports = [
../../common/global
@@ -9,4 +9,5 @@
networking.hostName = "chilly";
services.tailscaleAutoconnect.authkey = "tskey-auth-kRXS9oPyPm11CNTRL-BE6YnbP9J6ZZuV9dHkX17ZMnm1JGdu93";
services.consul.interface.advertise = lib.mkForce "enp1s0";
}