diff --git a/hosts/chilly/default.nix b/hosts/chilly/default.nix index afd1049..7e42575 100644 --- a/hosts/chilly/default.nix +++ b/hosts/chilly/default.nix @@ -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"; }