summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/ssm-agent
Commit message (Collapse)AuthorAge
* nixos/ssm-agent: conf files written to /etcJoe DeVivo2021-05-10
| | | | | | | | | | | | ssm-agent expects files in /etc/amazon/ssm. The pkg substitutes a location in the nix store for those default files, but if we ever want to adjust this configuration on NixOS, we'd need the ability to modify that file. This change to the nixos module writes copies of the default files from the nix store to /etc/amazon/ssm. Future versions can add config, but right now this would allow users to at least write out a text value to environment.etc."amazon/ssm/amazon-ssm-agent.json".text to provide their own config.
* ssm-agent: copy files required for agent startupJoe DeVivo2021-05-10
|
* ssm-agent: don't override phasesCole Helbling2021-03-03
|
* ssm-agent: 2.3.1319.0 -> 3.0.755.0Graham Christensen2021-03-02
| | | | Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
* treewide: makeWrapper buildInputs to nativeBuildInputsBen Siraphob2021-02-19
|
* treewide: remove stdenv where not neededPavol Rusnak2021-01-25
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* ssm-agent: 2.0.633.0 -> 2.3.1319.0Michael Fellinger2020-06-26
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* Replace platforms.linux with platforms.darwin for expressions that compile ↵Freezeboy2019-02-18
| | | | on darwin too (too restrictive platforms)
* ssm-agent: init at 2.0.633.0Dan Peebles2017-02-13