From 6f85d03d30dbb76a2c20496fce83b64fa05f3c0d Mon Sep 17 00:00:00 2001 From: kurogeek Date: Mon, 8 Dec 2025 13:20:40 +0700 Subject: [PATCH] update neptune desciption --- machines/neptune/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/neptune/configuration.nix b/machines/neptune/configuration.nix index 375fc39..a53d7eb 100644 --- a/machines/neptune/configuration.nix +++ b/machines/neptune/configuration.nix @@ -8,6 +8,6 @@ clan.core.networking.targetHost = "root@[${config.clan.core.vars.generators.zerotier.files.zerotier-ip.value}]"; clan.meta.name = "neptune"; - clan.meta.description = "Radxa SBC board for testing."; + clan.meta.description = "Radxa SBC board for testing. (With vi)"; }