From 5de646d01800d0bfb0bdaec7fb69c0b27aed3732 Mon Sep 17 00:00:00 2001 From: Hermes Date: Mon, 22 Jun 2026 00:06:35 -0400 Subject: [PATCH] Fix rekey block placement (was outside module braces) --- hosts/lazyworkhorse/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/lazyworkhorse/configuration.nix b/hosts/lazyworkhorse/configuration.nix index bf92d4b..ab91a9a 100644 --- a/hosts/lazyworkhorse/configuration.nix +++ b/hosts/lazyworkhorse/configuration.nix @@ -588,10 +588,10 @@ }; -} # agenix-rekey — automatic re-encryption for each target host age.rekey = { masterIdentities = [ "/home/gortium/.ssh/gortium_ssh_key" ]; }; +}