Workaround for chilly eth interface name being different.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ pkgs, inputs, ... }:
|
{ lib, pkgs, inputs, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../../common/global
|
../../common/global
|
||||||
@@ -9,4 +9,5 @@
|
|||||||
|
|
||||||
networking.hostName = "chilly";
|
networking.hostName = "chilly";
|
||||||
services.tailscaleAutoconnect.authkey = "tskey-auth-kRXS9oPyPm11CNTRL-BE6YnbP9J6ZZuV9dHkX17ZMnm1JGdu93";
|
services.tailscaleAutoconnect.authkey = "tskey-auth-kRXS9oPyPm11CNTRL-BE6YnbP9J6ZZuV9dHkX17ZMnm1JGdu93";
|
||||||
|
services.consul.interface.advertise = lib.mkForce "enp1s0";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user