From b95199f146f4a6c2dd0ab47795625ee2f81bcfee Mon Sep 17 00:00:00 2001 From: Jack O'Sullivan Date: Sun, 8 Jan 2023 18:20:31 +0000 Subject: [PATCH] Update agenix --- flake.lock | 6 +++--- nixos/modules/containers.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index c8b2920..5e6ff45 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1652712410, - "narHash": "sha256-hMJ2TqLt0DleEnQFGUHK9sV2aAzJPU8pZeiZoqRozbE=", + "lastModified": 1665870395, + "narHash": "sha256-Tsbqb27LDNxOoPLh0gw2hIb6L/6Ow/6lIBvqcHzEKBI=", "owner": "ryantm", "repo": "agenix", - "rev": "7e5e58b98c3dcbf497543ff6f22591552ebfe65b", + "rev": "a630400067c6d03c9b3e0455347dc8559db14288", "type": "github" }, "original": { diff --git a/nixos/modules/containers.nix b/nixos/modules/containers.nix index a7a47ff..2277c99 100644 --- a/nixos/modules/containers.nix +++ b/nixos/modules/containers.nix @@ -278,7 +278,7 @@ in }; # age requires all keys to at least exist, even if they're not going to be used - agenixMountSecrets.deps = [ "ensureDevKey" ]; + agenixInstall.deps = [ "ensureDevKey" ]; ensureDevKey.text = '' [ ! -e "${devVMKeyPath}" ] && touch "${devVMKeyPath}"