From e66cf8babb2379ecced6e4d9d1336c5862f2cd5b Mon Sep 17 00:00:00 2001 From: kurogeek Date: Mon, 3 Nov 2025 14:59:15 +0700 Subject: [PATCH] mob next [ci-skip] [ci skip] [skip ci] lastFile:machines/neptune/configuration.nix --- inventories/default.nix | 5 ++++- machines/neptune/configuration.nix | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/inventories/default.nix b/inventories/default.nix index 1cb0a4d..a180d93 100644 --- a/inventories/default.nix +++ b/inventories/default.nix @@ -4,7 +4,10 @@ tags = { glom = [ "vega" ]; - b4l = [ "rigel" ]; + b4l = [ + "rigel" + "neptune" + ]; phonebox = [ "neptune" "rigel" diff --git a/machines/neptune/configuration.nix b/machines/neptune/configuration.nix index c22c535..685569c 100644 --- a/machines/neptune/configuration.nix +++ b/machines/neptune/configuration.nix @@ -9,7 +9,7 @@ networking.fqdn = "b4l.co.th"; system.stateVersion = "25.11"; clan.core.sops.defaultGroups = [ "admins" ]; - clan.core.networking.targetHost = "root@10.0.151.202"; + clan.core.networking.targetHost = "root@[${config.clan.core.vars.generators.zerotier.files.zerotier-ip.value}]"; security.acme.defaults.email = "admin@b4l.co.th"; security.acme.acceptTerms = true;