fix: place agenix-rekey config inside module (was outside closing brace)

This commit is contained in:
2026-06-18 17:19:29 -04:00
parent 050f2d4761
commit 932de1752d

View File

@@ -183,8 +183,6 @@
# ============================================================
networking.firewall.allowedTCPPorts = [ 22 ];
networking.firewall.allowedUDPPorts = [ ];
}
# ============================================================
# agenix-rekey — automatic secret re-encryption at deploy time
# ============================================================
@@ -202,3 +200,4 @@
# Enable remote builder (distributed build via lazyworkhorse server)
services.remoteBuilder.enable = true;
}