flake update + hermes workaround for upstream bug
This commit is contained in:
@@ -78,4 +78,11 @@
|
||||
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" ] "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user