From ecee2c76b9d4fb755958e6d2212a0b91a5ae51a0 Mon Sep 17 00:00:00 2001 From: Ryan Mulligan Date: Sun, 9 May 2021 14:17:48 -0700 Subject: [PATCH] fix: allow deps of installRootOwnedSecrets activation script to be overridden --- modules/age.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/age.nix b/modules/age.nix index d868a9d..a840974 100644 --- a/modules/age.nix +++ b/modules/age.nix @@ -105,7 +105,7 @@ in # Secrets with root owner and group can be installed before users # exist. This allows user password files to be encrypted. - system.activationScripts.agenixRoot = installRootOwnedSecrets; + system.activationScripts.agenixRoot.text = installRootOwnedSecrets; system.activationScripts.users.deps = [ "agenixRoot" ]; # Other secrets need to wait for users and groups to exist.