Enable emergency-access recovery service

Add the clan-core emergency-access service on all nixos machines; it
sets a per-machine recovery root password for console login when a
machine fails to boot.
This commit is contained in:
Berwn
2026-06-14 15:02:34 +07:00
parent 306a2cf61e
commit 2506b21ffa
+5
View File
@@ -26,6 +26,11 @@
tor = {
roles.server.tags.nixos = { };
};
# Recovery root password for console access when a machine fails to boot.
emergency-access = {
roles.default.tags.nixos = { };
};
};
machines = {