From 9bf38f10776f980f3bd9e368735a9d98e9c06391 Mon Sep 17 00:00:00 2001 From: Hermes Date: Mon, 22 Jun 2026 00:02:53 -0400 Subject: [PATCH] Remove age.rekey from lazyworkhorse (module not available, host key handles decryption directly) --- hosts/lazyworkhorse/configuration.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/hosts/lazyworkhorse/configuration.nix b/hosts/lazyworkhorse/configuration.nix index f240cb3..41de1e7 100644 --- a/hosts/lazyworkhorse/configuration.nix +++ b/hosts/lazyworkhorse/configuration.nix @@ -588,11 +588,4 @@ }; - # agenix-rekey configuration (for builder_key re-encryption at build time) - age.rekey = { - masterIdentities = [ - "/home/gortium/.ssh/gortium_ssh_key" - ]; - }; - } \ No newline at end of file