chore: m3-atlas -coding
This commit is contained in:
@@ -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,10 +53,13 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
profile = hostProfiles.${hostname} or {
|
profile =
|
||||||
context = "server";
|
hostProfiles.${
|
||||||
sets = [];
|
hostname
|
||||||
};
|
} or {
|
||||||
|
context = "server";
|
||||||
|
sets = [];
|
||||||
|
};
|
||||||
m3ta-lib = inputs.m3ta-home.lib;
|
m3ta-lib = inputs.m3ta-home.lib;
|
||||||
|
|
||||||
# Check if a per-host home.nix exists
|
# Check if a per-host home.nix exists
|
||||||
|
|||||||
Reference in New Issue
Block a user