chore: hermes update

This commit is contained in:
m3tm3re
2026-04-21 19:00:49 +02:00
parent 90fbdfe346
commit 382b4c8c98
11 changed files with 77 additions and 147 deletions

View File

@@ -78,11 +78,4 @@
nixPath = ["/etc/nix/path"];
};
users.defaultUserShell = pkgs.nushell;
# Compatibility shim: the hermes-agent nixos module references the legacy
# agenix activation script name "setupSecrets" (renamed to "agenixInstall"
# in current agenix). This empty passthrough satisfies the dependency so
# any host importing hermes-agent.nixosModules.default can build.
# Remove once upstream fixes: github:NousResearch/hermes-agent nix/nixosModules.nix:564
system.activationScripts.setupSecrets = lib.stringAfter [ "agenixInstall" ] "";
}