fix: place agenix-rekey config inside module (was outside closing brace)
This commit is contained in:
@@ -183,8 +183,6 @@
|
|||||||
# ============================================================
|
# ============================================================
|
||||||
networking.firewall.allowedTCPPorts = [ 22 ];
|
networking.firewall.allowedTCPPorts = [ 22 ];
|
||||||
networking.firewall.allowedUDPPorts = [ ];
|
networking.firewall.allowedUDPPorts = [ ];
|
||||||
}
|
|
||||||
|
|
||||||
# ============================================================
|
# ============================================================
|
||||||
# agenix-rekey — automatic secret re-encryption at deploy time
|
# agenix-rekey — automatic secret re-encryption at deploy time
|
||||||
# ============================================================
|
# ============================================================
|
||||||
@@ -202,3 +200,4 @@
|
|||||||
|
|
||||||
# Enable remote builder (distributed build via lazyworkhorse server)
|
# Enable remote builder (distributed build via lazyworkhorse server)
|
||||||
services.remoteBuilder.enable = true;
|
services.remoteBuilder.enable = true;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user