Enable amazon-ssm-agent on hosts
Needed for SSM-based fleet deploy workflow.
This commit is contained in:
parent
e126e33d54
commit
3d64364853
@ -86,6 +86,9 @@ in
|
||||
group = "clawdinator";
|
||||
};
|
||||
|
||||
# Required for CI-driven deploys via AWS Systems Manager.
|
||||
services.amazon-ssm-agent.enable = true;
|
||||
|
||||
services.clawdinator = {
|
||||
enable = true;
|
||||
instanceName = lib.toUpper hostName;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user