Set up agenix for secrets management
This commit is contained in:
parent
45e857747d
commit
6bf38b7814
4 changed files with 29 additions and 2 deletions
|
@ -1,13 +1,19 @@
|
|||
{ name, nodes, config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
let sources = import ../npins;
|
||||
in {
|
||||
deployment = {
|
||||
allowLocalDeployment = true;
|
||||
targetHost = null;
|
||||
tags = [ "local" ];
|
||||
};
|
||||
|
||||
nixpkgs.config.packageOverrides = pkgs: {
|
||||
agenix = (import "${sources.agenix}" { inherit pkgs; }).agenix;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
agenix
|
||||
colmena
|
||||
npins
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue