From 2506b21ffa9745fc3270f4b10830b9c9b47d9a72 Mon Sep 17 00:00:00 2001 From: Berwn Date: Sun, 14 Jun 2026 15:02:34 +0700 Subject: [PATCH] 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. --- clan.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/clan.nix b/clan.nix index d39d491..63f06f7 100644 --- a/clan.nix +++ b/clan.nix @@ -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 = {