chore: m3-atlas -coding
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
# ── Server hosts ──
|
||||
m3-atlas = {
|
||||
context = "server";
|
||||
sets = ["coding"];
|
||||
sets = [];
|
||||
};
|
||||
m3-helios = {
|
||||
context = "server";
|
||||
@@ -53,7 +53,10 @@
|
||||
};
|
||||
};
|
||||
|
||||
profile = hostProfiles.${hostname} or {
|
||||
profile =
|
||||
hostProfiles.${
|
||||
hostname
|
||||
} or {
|
||||
context = "server";
|
||||
sets = [];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user