From 8798940cad00296d3a9e88988e6678eef670d21a Mon Sep 17 00:00:00 2001 From: Linnnus Date: Sat, 30 Sep 2023 12:09:19 +0200 Subject: Move secret management to agenix - https://nixos.wiki/wiki/Agenix - https://github.com/ryantm/agenix - https://jonascarpay.com/posts/2021-07-27-agenix.html --- hosts/common.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hosts/common.nix') diff --git a/hosts/common.nix b/hosts/common.nix index f18c062..32baeb5 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -1,6 +1,6 @@ # Shared configuraion regardless of hosts. -{ pkgs, options, self, ... }: +{ pkgs, options, self, flakeInputs, ... }: { # Enable de facto stable features. @@ -28,6 +28,7 @@ comma curl moreutils + flakeInputs.agenix.packages.${system}.default ]; # Aliases that are burned into my muscle memory. -- cgit v1.2.3