chore: m3-atlas -coding

This commit is contained in:
m3tam3re
2026-05-09 10:46:47 +02:00
parent c4fefdd172
commit 1544764f37
+5 -2
View File
@@ -37,7 +37,7 @@
# ── Server hosts ── # ── Server hosts ──
m3-atlas = { m3-atlas = {
context = "server"; context = "server";
sets = ["coding"]; sets = [];
}; };
m3-helios = { m3-helios = {
context = "server"; context = "server";
@@ -53,7 +53,10 @@
}; };
}; };
profile = hostProfiles.${hostname} or { profile =
hostProfiles.${
hostname
} or {
context = "server"; context = "server";
sets = []; sets = [];
}; };